summaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2002-11-23 06:49:01 +0000
committerRoger Dingledine <arma@torproject.org>2002-11-23 06:49:01 +0000
commit00a9e3732e88d73860b772dcbac0b8275aa7f467 (patch)
tree52069363451b9225e75f400c3fcd5e2df932921d /src/common/Makefile.am
parent121d029584d5f500b0d9d2c808c28645cf4937f5 (diff)
downloadtor-00a9e3732e88d73860b772dcbac0b8275aa7f467.tar.gz
tor-00a9e3732e88d73860b772dcbac0b8275aa7f467.zip
remove popt dependency, consolidate config stuff
reformat parts of onion.c svn:r136
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r--src/common/Makefile.am6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index 40b495ad65..10add6a834 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -3,9 +3,7 @@ noinst_LIBRARIES = libor.a
#CFLAGS = -Wall -Wpointer-arith -O2
-libor_a_SOURCES = config.c log.c utils.c crypto.c fakepoll.c
+libor_a_SOURCES = log.c utils.c crypto.c fakepoll.c
-noinst_HEADERS = config.h log.h \
- policies.h utils.h \
- ss.h version.h crypto.h fakepoll.h
+noinst_HEADERS = log.h policies.h utils.h ss.h version.h crypto.h fakepoll.h