tor-browser

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

manifest.mn (512B)


      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_buildresult.h \
      9 	pkix_policynode.h \
     10 	pkix_valresult.h \
     11 	pkix_verifynode.h \
     12 	$(NULL)
     13 
     14 MODULE = nss
     15 
     16 CSRCS = \
     17 	pkix_buildresult.c \
     18 	pkix_policynode.c \
     19 	pkix_valresult.c \
     20 	pkix_verifynode.c \
     21 	$(NULL)
     22 
     23 LIBRARY_NAME = pkixresults
     24 SHARED_LIBRARY = $(NULL)