diff options
author | Roger Dingledine <arma@torproject.org> | 2002-11-23 06:49:01 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-11-23 06:49:01 +0000 |
commit | 00a9e3732e88d73860b772dcbac0b8275aa7f467 (patch) | |
tree | 52069363451b9225e75f400c3fcd5e2df932921d /src/common/Makefile.am | |
parent | 121d029584d5f500b0d9d2c808c28645cf4937f5 (diff) | |
download | tor-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.am | 6 |
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 |