diff options
author | Roger Dingledine <arma@torproject.org> | 2003-06-18 07:42:13 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2003-06-18 07:42:13 +0000 |
commit | 8d4cd5d604b22823754190ceb5c2126a15b7cf76 (patch) | |
tree | 7ee5980217914514f3cafff87afaa5fe1e57523e /src/common/Makefile.am | |
parent | 2554dee0d77ef65b61bf52adcfa00c368a47ebbc (diff) | |
download | tor-8d4cd5d604b22823754190ceb5c2126a15b7cf76.tar.gz tor-8d4cd5d604b22823754190ceb5c2126a15b7cf76.zip |
remove obsolete ss.h
svn:r336
Diffstat (limited to 'src/common/Makefile.am')
-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 a3bbef41e4..11018d53f7 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 crypto.h fakepoll.h test.h util.h +noinst_HEADERS = log.h crypto.h fakepoll.h test.h util.h |