summaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2002-07-02 09:17:21 +0000
committerRoger Dingledine <arma@torproject.org>2002-07-02 09:17:21 +0000
commitb34fad4d38ac9c45eb2112fa9dde26e499ccdcc5 (patch)
tree80f2d3c0421ea3081d778a927c504f63241ec8c2 /src/common/Makefile.am
parent873f08aa0ed79ec6a6f0e8d4c8d23f67be7d4f34 (diff)
downloadtor-b34fad4d38ac9c45eb2112fa9dde26e499ccdcc5.tar.gz
tor-b34fad4d38ac9c45eb2112fa9dde26e499ccdcc5.zip
removed onion.c and onion.h from common/
they're now in or/onion.c svn:r21
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r--src/common/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am
index f7fa778f10..5a110d0dd9 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -3,12 +3,12 @@ noinst_LIBRARIES = libor.a
#CFLAGS = -Wall -Wpointer-arith -O2
-libor_a_SOURCES = cell.c config.c key.c log.c onion.c opcell.c \
+libor_a_SOURCES = cell.c config.c key.c log.c opcell.c \
routent.c scheduler.c utils.c
# ss.h is not used anywhere, distributing it just because
-noinst_HEADERS = cell.h config.h key.h log.h onion.h opcell.h \
+noinst_HEADERS = cell.h config.h key.h log.h opcell.h \
policies.h routent.h scheduler.h utils.h \
ss.h version.h