Skip to content
Snippets Groups Projects
Commit 2ff7f274 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Make Makefile.am nonbroken

svn:r197
parent 8ff1c3e2
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment