diff options
author | Roger Dingledine <arma@torproject.org> | 2002-07-19 18:47:04 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-07-19 18:47:04 +0000 |
commit | 61d10b309f5759a820b97af0776eb36db10eefc8 (patch) | |
tree | 4dd3604e8f609fdef5b9d46cccc23e7d448e53e5 /src/common/Makefile.am | |
parent | 926081ad697693e41b3b590609990bbac5f6f803 (diff) | |
download | tor-61d10b309f5759a820b97af0776eb36db10eefc8.tar.gz tor-61d10b309f5759a820b97af0776eb36db10eefc8.zip |
Folded cell.? into src/or
Removed more obsolete files
svn:r61
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r-- | src/common/Makefile.am | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 5a110d0dd9..7b099f755c 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -3,12 +3,9 @@ noinst_LIBRARIES = libor.a #CFLAGS = -Wall -Wpointer-arith -O2 -libor_a_SOURCES = cell.c config.c key.c log.c opcell.c \ - routent.c scheduler.c utils.c +libor_a_SOURCES = config.c key.c log.c utils.c -# ss.h is not used anywhere, distributing it just because - -noinst_HEADERS = cell.h config.h key.h log.h opcell.h \ - policies.h routent.h scheduler.h utils.h \ +noinst_HEADERS = config.h key.h log.h \ + policies.h utils.h \ ss.h version.h |