tor

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

include.am (606B)


      1 
      2 # ADD_C_FILE: INSERT SOURCES HERE.
      3 LIBTOR_APP_A_SOURCES += 			\
      4 	src/app/config/config.c			\
      5 	src/app/config/quiet_level.c		\
      6 	src/app/config/resolve_addr.c		\
      7 	src/app/config/statefile.c
      8 
      9 # ADD_C_FILE: INSERT HEADERS HERE.
     10 noinst_HEADERS +=					\
     11 	src/app/config/config.h				\
     12 	src/app/config/or_options_st.h			\
     13 	src/app/config/or_state_st.h			\
     14 	src/app/config/quiet_level.h			\
     15 	src/app/config/resolve_addr.h			\
     16 	src/app/config/statefile.h			\
     17 	src/app/config/tor_cmdline_mode.h
     18 
     19 noinst_HEADERS +=				\
     20 	src/app/config/auth_dirs.inc		\
     21 	src/app/config/fallback_dirs.inc	\
     22 	src/app/config/testnet.inc