tor

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

include.am (528B)


      1 
      2 # ADD_C_FILE: INSERT SOURCES HERE.
      3 LIBTOR_APP_A_SOURCES += 			\
      4 	src/core/proto/proto_cell.c		\
      5 	src/core/proto/proto_control0.c		\
      6 	src/core/proto/proto_ext_or.c		\
      7 	src/core/proto/proto_haproxy.c		\
      8 	src/core/proto/proto_http.c		\
      9 	src/core/proto/proto_socks.c
     10 
     11 # ADD_C_FILE: INSERT HEADERS HERE.
     12 noinst_HEADERS +=					\
     13 	src/core/proto/proto_cell.h			\
     14 	src/core/proto/proto_control0.h			\
     15 	src/core/proto/proto_ext_or.h			\
     16 	src/core/proto/proto_haproxy.h			\
     17 	src/core/proto/proto_http.h			\
     18 	src/core/proto/proto_socks.h