tor-browser

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

manifest.mn (426B)


      1 #! gmake
      2 #
      3 # This Source Code Form is subject to the terms of the Mozilla Public
      4 # License, v. 2.0. If a copy of the MPL was not distributed with this
      5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
      6 
      7 CORE_DEPTH = ../../..
      8 
      9 MODULE = dbm
     10 
     11 EXPORTS =	mcom_db.h \
     12 		ncompat.h \
     13 		winfile.h \
     14 		$(NULL)
     15 
     16 PRIVATE_EXPORTS =	hsearch.h \
     17 			page.h    \
     18 			extern.h  \
     19 			queue.h   \
     20 			hash.h    \
     21 			search.h  \
     22 			$(NULL)
     23