diff options
author | Nick Mathewson <nickm@torproject.org> | 2003-09-27 21:30:10 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2003-09-27 21:30:10 +0000 |
commit | 0e0169d6fa280f94f5e3f38a8d67b1cdb6452517 (patch) | |
tree | 381a2c736df86b2c2d6bfba2e213b105d381316c /src/or/Makefile.am | |
parent | cb8212bfcb56980893993db5bd4098944735b38a (diff) | |
download | tor-0e0169d6fa280f94f5e3f38a8d67b1cdb6452517.tar tor-0e0169d6fa280f94f5e3f38a8d67b1cdb6452517.tar.gz |
Write necessary backends for online directory generation. I think.
svn:r503
Diffstat (limited to 'src/or/Makefile.am')
-rw-r--r-- | src/or/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/or/Makefile.am b/src/or/Makefile.am index 02eea56e9..cf33b1464 100644 --- a/src/or/Makefile.am +++ b/src/or/Makefile.am @@ -5,14 +5,14 @@ noinst_PROGRAMS = test bin_PROGRAMS = tor tor_SOURCES = buffers.c circuit.c command.c connection.c \ - connection_or.c config.c \ + connection_or.c config.c dirserv.c \ onion.c routers.c directory.c dns.c connection_edge.c \ cpuworker.c main.c tor_main.c tor_LDADD = ../common/libor.a test_SOURCES = buffers.c circuit.c command.c connection.c \ - connection_or.c config.c \ + connection_or.c config.c dirserv.c \ onion.c routers.c directory.c dns.c connection_edge.c \ cpuworker.c main.c test.c |