michael@0: # michael@0: # This Source Code Form is subject to the terms of the Mozilla Public michael@0: # License, v. 2.0. If a copy of the MPL was not distributed with this michael@0: # file, You can obtain one at http://mozilla.org/MPL/2.0/. michael@0: CORE_DEPTH = ../../../.. michael@0: michael@0: EXPORTS = \ michael@0: $(NULL) michael@0: michael@0: PRIVATE_EXPORTS = \ michael@0: pkix_pl_aiamgr.h \ michael@0: pkix_pl_colcertstore.h \ michael@0: pkix_pl_httpcertstore.h \ michael@0: pkix_pl_httpdefaultclient.h \ michael@0: $(LDAP_HEADERS) \ michael@0: pkix_pl_nsscontext.h \ michael@0: pkix_pl_pk11certstore.h \ michael@0: pkix_pl_socket.h \ michael@0: $(NULL) michael@0: michael@0: MODULE = nss michael@0: michael@0: DEFINES += -DSHLIB_SUFFIX=\"$(DLL_SUFFIX)\" -DSHLIB_PREFIX=\"$(DLL_PREFIX)\" -DSHLIB_VERSION=\"$(LIBRARY_VERSION)\" michael@0: michael@0: michael@0: CSRCS = \ michael@0: pkix_pl_aiamgr.c \ michael@0: pkix_pl_colcertstore.c \ michael@0: pkix_pl_httpcertstore.c \ michael@0: pkix_pl_httpdefaultclient.c \ michael@0: $(LDAP_CSRCS) \ michael@0: pkix_pl_nsscontext.c \ michael@0: pkix_pl_pk11certstore.c \ michael@0: pkix_pl_socket.c \ michael@0: $(NULL) michael@0: michael@0: LIBRARY_NAME = pkixmodule michael@0: