tor

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

include.am (511B)


      1 
      2 noinst_LIBRARIES += src/lib/libtor-fdio.a
      3 
      4 if UNITTESTS_ENABLED
      5 noinst_LIBRARIES += src/lib/libtor-fdio-testing.a
      6 endif
      7 
      8 # ADD_C_FILE: INSERT SOURCES HERE.
      9 src_lib_libtor_fdio_a_SOURCES =			\
     10 	src/lib/fdio/fdio.c
     11 
     12 src_lib_libtor_fdio_testing_a_SOURCES = \
     13 	$(src_lib_libtor_fdio_a_SOURCES)
     14 src_lib_libtor_fdio_testing_a_CPPFLAGS = $(AM_CPPFLAGS) $(TEST_CPPFLAGS)
     15 src_lib_libtor_fdio_testing_a_CFLAGS = $(AM_CFLAGS) $(TEST_CFLAGS)
     16 
     17 # ADD_C_FILE: INSERT HEADERS HERE.
     18 noinst_HEADERS +=				\
     19 	src/lib/fdio/fdio.h