From 0e0169d6fa280f94f5e3f38a8d67b1cdb6452517 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 27 Sep 2003 21:30:10 +0000 Subject: Write necessary backends for online directory generation. I think. svn:r503 --- src/or/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/or/Makefile.am') 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 -- cgit v1.2.3