tor/src/or/Makefile.am
Nick Mathewson 2ff7f274d3 Make Makefile.am nonbroken
svn:r197
2003-03-19 20:42:40 +00:00

21 lines
425 B
Makefile

TESTS = test_config
noinst_PROGRAMS = test_config
bin_PROGRAMS = or
or_LDADD = -L../common -lor -lz
or_SOURCES = buffers.c circuit.c command.c connection.c \
connection_exit.c connection_ap.c connection_op.c connection_or.c config.c \
main.c onion.c routers.c directory.c dns.c
test_config_SOURCES = test_config.c config.c
test_config_LDADD = -L../common -lor
noinst_HEADERS = or.h tree.h