tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

include.am (490B)


      1 
      2 # ADD_C_FILE: INSERT SOURCES HERE.
      3 LIBTOR_APP_A_SOURCES += 			\
      4 	src/app/main/main.c			\
      5 	src/app/main/risky_options.c		\
      6 	src/app/main/shutdown.c			\
      7 	src/app/main/subsystem_list.c		\
      8 	src/app/main/subsysmgr.c
      9 
     10 # ADD_C_FILE: INSERT HEADERS HERE.
     11 noinst_HEADERS +=					\
     12 	src/app/main/main.h				\
     13 	src/app/main/ntmain.h				\
     14 	src/app/main/risky_options.h			\
     15 	src/app/main/shutdown.h 			\
     16 	src/app/main/subsysmgr.h
     17 
     18 if BUILD_NT_SERVICES
     19 LIBTOR_APP_A_SOURCES += src/app/main/ntmain.c
     20 endif