diff options
author | Roger Dingledine <arma@torproject.org> | 2002-11-25 01:22:34 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2002-11-25 01:22:34 +0000 |
commit | 147879ab17801d44098d19ec94e705f890070a81 (patch) | |
tree | cd2e2883637efb3d6aff3d61934692210533ae35 /src/common/Makefile.am | |
parent | b097aa3288f6c964d86df1f765e6d07cce0ab0f7 (diff) | |
download | tor-147879ab17801d44098d19ec94e705f890070a81.tar.gz tor-147879ab17801d44098d19ec94e705f890070a81.zip |
removing more unused files
svn:r141
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r-- | src/common/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am index 10add6a834..b15be3e511 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -3,7 +3,7 @@ noinst_LIBRARIES = libor.a #CFLAGS = -Wall -Wpointer-arith -O2 -libor_a_SOURCES = log.c utils.c crypto.c fakepoll.c +libor_a_SOURCES = log.c crypto.c fakepoll.c -noinst_HEADERS = log.h policies.h utils.h ss.h version.h crypto.h fakepoll.h +noinst_HEADERS = log.h ss.h version.h crypto.h fakepoll.h |