Make Makefile.am nonbroken

svn:r197
This commit is contained in:
Nick Mathewson
2003-03-19 20:42:40 +00:00
parent 054adffd09
commit d49e1106b9
+2 -2
View File
@@ -11,9 +11,9 @@ 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
test_config_SOURCES = test_config.c config.c
test_config_LDADD = config.o -L../common -lor
test_config_LDADD = -L../common -lor
noinst_HEADERS = or.h tree.h