]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Make Makefile.am nonbroken
authorNick Mathewson <nickm@torproject.org>
Wed, 19 Mar 2003 20:42:40 +0000 (20:42 +0000)
committerNick Mathewson <nickm@torproject.org>
Wed, 19 Mar 2003 20:42:40 +0000 (20:42 +0000)
svn:r197

src/or/Makefile.am

index 51b1427c31461e8f0a5fcdd820080a3e3add9e1f..bb84b035228446ce70c33bb310ce3ef67ddbdf1c 100644 (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