mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 10:20:19 +01:00
47 lines
1.0 KiB
Plaintext
47 lines
1.0 KiB
Plaintext
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
CORE_DEPTH = ../../../..
|
|
|
|
EXPORTS = \
|
|
$(NULL)
|
|
|
|
PRIVATE_EXPORTS = \
|
|
pkix_pl_aiamgr.h \
|
|
pkix_pl_colcertstore.h \
|
|
pkix_pl_httpcertstore.h \
|
|
pkix_pl_httpdefaultclient.h \
|
|
pkix_pl_ldapt.h \
|
|
pkix_pl_ldapcertstore.h \
|
|
pkix_pl_ldapresponse.h \
|
|
pkix_pl_ldaprequest.h \
|
|
pkix_pl_ldapdefaultclient.h \
|
|
pkix_pl_nsscontext.h \
|
|
pkix_pl_pk11certstore.h \
|
|
pkix_pl_socket.h \
|
|
$(NULL)
|
|
|
|
MODULE = nss
|
|
|
|
DEFINES += -DSHLIB_SUFFIX=\"$(DLL_SUFFIX)\" -DSHLIB_PREFIX=\"$(DLL_PREFIX)\" -DSHLIB_VERSION=\"$(LIBRARY_VERSION)\"
|
|
|
|
|
|
CSRCS = \
|
|
pkix_pl_aiamgr.c \
|
|
pkix_pl_colcertstore.c \
|
|
pkix_pl_httpcertstore.c \
|
|
pkix_pl_httpdefaultclient.c \
|
|
pkix_pl_ldaptemplates.c \
|
|
pkix_pl_ldapcertstore.c \
|
|
pkix_pl_ldapresponse.c \
|
|
pkix_pl_ldaprequest.c \
|
|
pkix_pl_ldapdefaultclient.c \
|
|
pkix_pl_nsscontext.c \
|
|
pkix_pl_pk11certstore.c \
|
|
pkix_pl_socket.c \
|
|
$(NULL)
|
|
|
|
LIBRARY_NAME = pkixmodule
|
|
|