1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/security/nss/lib/libpkix/pkix_pl_nss/module/config.mk Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,35 @@ 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 + 1.9 +# 1.10 +# Override TARGETS variable so that only static libraries 1.11 +# are specifed as dependencies within rules.mk. 1.12 +# 1.13 + 1.14 +TARGETS = $(LIBRARY) 1.15 +SHARED_LIBRARY = 1.16 +IMPORT_LIBRARY = 1.17 +PROGRAM = 1.18 + 1.19 +ifdef NSS_PKIX_NO_LDAP 1.20 +LDAP_HEADERS = 1.21 +LDAP_CSRCS = 1.22 +else 1.23 +LDAP_HEADERS = \ 1.24 + pkix_pl_ldapt.h \ 1.25 + pkix_pl_ldapcertstore.h \ 1.26 + pkix_pl_ldapresponse.h \ 1.27 + pkix_pl_ldaprequest.h \ 1.28 + pkix_pl_ldapdefaultclient.h \ 1.29 + $(NULL) 1.30 + 1.31 +LDAP_CSRCS = \ 1.32 + pkix_pl_ldaptemplates.c \ 1.33 + pkix_pl_ldapcertstore.c \ 1.34 + pkix_pl_ldapresponse.c \ 1.35 + pkix_pl_ldaprequest.c \ 1.36 + pkix_pl_ldapdefaultclient.c \ 1.37 + $(NULL) 1.38 +endif