diff options
author | Roger Dingledine <arma@torproject.org> | 2003-05-09 02:14:01 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-05-09 02:14:01 +0000 |
commit | 6973ccb59b2db61732c4be20dcb4a2cb1f77937e (patch) | |
tree | 42ca4bec04eed66dfda7cba23c9184034066092e /src/common | |
parent | 649fbceaa18722994cc6e62d0d9b961d8e12bf66 (diff) | |
download | tor-6973ccb59b2db61732c4be20dcb4a2cb1f77937e.tar.gz tor-6973ccb59b2db61732c4be20dcb4a2cb1f77937e.zip |
still removing version.h
svn:r286
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/Makefile.am b/src/common/Makefile.am index a799bc466a..a3bbef41e4 100644 --- a/src/common/Makefile.am +++ b/src/common/Makefile.am @@ -5,5 +5,5 @@ noinst_LIBRARIES = libor.a libor_a_SOURCES = log.c crypto.c fakepoll.c util.c -noinst_HEADERS = log.h ss.h version.h crypto.h fakepoll.h test.h util.h +noinst_HEADERS = log.h ss.h crypto.h fakepoll.h test.h util.h |