tor-browser

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

manifest.mn (519B)


      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_procparams.h \
      9 	pkix_trustanchor.h \
     10 	pkix_valparams.h \
     11 	pkix_resourcelimits.h \
     12 	$(NULL)
     13 
     14 MODULE = nss
     15 
     16 CSRCS = \
     17 	pkix_trustanchor.c \
     18 	pkix_procparams.c \
     19 	pkix_valparams.c \
     20 	pkix_resourcelimits.c \
     21 	$(NULL)
     22 
     23 LIBRARY_NAME = pkixparams
     24 SHARED_LIBRARY = $(NULL)