tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

manifest.mn (846B)


      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 CORE_DEPTH = ../../../..
      6 
      7 PRIVATE_EXPORTS = \
      8 	pkix_pl_aiamgr.h \
      9 	pkix_pl_colcertstore.h \
     10 	pkix_pl_httpcertstore.h \
     11 	pkix_pl_httpdefaultclient.h \
     12 	$(LDAP_HEADERS) \
     13 	pkix_pl_nsscontext.h \
     14 	pkix_pl_pk11certstore.h \
     15 	pkix_pl_socket.h \
     16 	$(NULL)
     17 
     18 MODULE = nss
     19 
     20 DEFINES += -DSHLIB_SUFFIX=\"$(DLL_SUFFIX)\" -DSHLIB_PREFIX=\"$(DLL_PREFIX)\" -DSHLIB_VERSION=\"$(LIBRARY_VERSION)\"
     21 
     22 CSRCS = \
     23 	pkix_pl_aiamgr.c \
     24 	pkix_pl_colcertstore.c \
     25 	pkix_pl_httpcertstore.c \
     26 	pkix_pl_httpdefaultclient.c \
     27 	$(LDAP_CSRCS) \
     28 	pkix_pl_nsscontext.c \
     29 	pkix_pl_pk11certstore.c \
     30 	pkix_pl_socket.c \
     31 	$(NULL)
     32 
     33 LIBRARY_NAME = pkixmodule
     34 SHARED_LIBRARY = $(NULL)