tor-browser

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

manifest.mn (488B)


      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_tools.h \
      9 	pkix_error.h \
     10 	pkix_logger.h \
     11 	pkix_list.h \
     12 	$(NULL)
     13 
     14 MODULE = nss
     15 
     16 CSRCS = \
     17 	pkix_tools.c \
     18 	pkix_error.c \
     19 	pkix_logger.c \
     20 	pkix_list.c \
     21 	pkix_errpaths.c \
     22 	$(NULL)
     23 
     24 LIBRARY_NAME = pkixutil
     25 SHARED_LIBRARY = $(NULL)