tor

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

include.am (444B)


      1 
      2 # ADD_C_FILE: INSERT SOURCES HERE.
      3 LIBTOR_APP_A_SOURCES += 			\
      4 	src/feature/dirclient/dirclient.c	\
      5 	src/feature/dirclient/dirclient_modes.c	\
      6 	src/feature/dirclient/dlstatus.c
      7 
      8 # ADD_C_FILE: INSERT HEADERS HERE.
      9 noinst_HEADERS +=					\
     10 	src/feature/dirclient/dir_server_st.h		\
     11 	src/feature/dirclient/dirclient.h		\
     12 	src/feature/dirclient/dirclient_modes.h		\
     13 	src/feature/dirclient/dlstatus.h		\
     14 	src/feature/dirclient/download_status_st.h