security/nss/lib/libpkix/pkix_pl_nss/module/manifest.mn

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/security/nss/lib/libpkix/pkix_pl_nss/module/manifest.mn	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,38 @@
     1.4 +# 
     1.5 +# This Source Code Form is subject to the terms of the Mozilla Public
     1.6 +# License, v. 2.0. If a copy of the MPL was not distributed with this
     1.7 +# file, You can obtain one at http://mozilla.org/MPL/2.0/.
     1.8 +CORE_DEPTH = ../../../..
     1.9 +
    1.10 +EXPORTS = \
    1.11 +	$(NULL)
    1.12 +
    1.13 +PRIVATE_EXPORTS = \
    1.14 +	pkix_pl_aiamgr.h \
    1.15 +	pkix_pl_colcertstore.h \
    1.16 +	pkix_pl_httpcertstore.h \
    1.17 +	pkix_pl_httpdefaultclient.h \
    1.18 +	$(LDAP_HEADERS) \
    1.19 +	pkix_pl_nsscontext.h \
    1.20 +	pkix_pl_pk11certstore.h \
    1.21 +	pkix_pl_socket.h \
    1.22 +	$(NULL)
    1.23 +
    1.24 +MODULE = nss
    1.25 +
    1.26 +DEFINES += -DSHLIB_SUFFIX=\"$(DLL_SUFFIX)\" -DSHLIB_PREFIX=\"$(DLL_PREFIX)\" -DSHLIB_VERSION=\"$(LIBRARY_VERSION)\"
    1.27 +
    1.28 +
    1.29 +CSRCS = \
    1.30 +	pkix_pl_aiamgr.c \
    1.31 +	pkix_pl_colcertstore.c \
    1.32 +	pkix_pl_httpcertstore.c \
    1.33 +	pkix_pl_httpdefaultclient.c \
    1.34 +	$(LDAP_CSRCS) \
    1.35 +	pkix_pl_nsscontext.c \
    1.36 +	pkix_pl_pk11certstore.c \
    1.37 +	pkix_pl_socket.c \
    1.38 +	$(NULL)
    1.39 +
    1.40 +LIBRARY_NAME = pkixmodule
    1.41 +

mercurial