Makefile.am 403 B

1234567891011121314151617181920
  1. TESTS = test_config
  2. noinst_PROGRAMS = test_config
  3. bin_PROGRAMS = or
  4. or_LDADD = -L../common -lor
  5. or_SOURCES = buffers.c cell.c circuit.c command.c connection.c \
  6. connection_exit.c connection_ap.c connection_op.c connection_or.c config.c \
  7. main.c onion.c routers.c
  8. test_config_SOURCES = test_config.c
  9. test_config_LDADD = config.o -L../common -lor
  10. noinst_HEADERS = or.h