manifest.mn (486B)
1 # 2 # This Source Code Form is subject to the terms of the Mozilla Public 3 # License, v. 2.0. If a copy of the MPL was not distributed with this 4 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 5 6 CORE_DEPTH = ../.. 7 MODULE = sectools 8 9 CSRCS = \ 10 crmfcgi.c \ 11 $(NULL) 12 13 REQUIRES = nss dbm seccmd 14 15 ifdef ATTACH_CGI 16 DEFINES += -DATTACH_CGI 17 endif 18 19 ifdef WRITE_OUT_RESPONSE 20 DEFINES += -DWRITE_OUT_RESPONSE 21 endif 22 23 PROGRAM = crmfcgi 24 25 USE_STATIC_LIBS = 1 26 27 INCLUDES = 28 29 DEFINES = -DNSPR20