From: Roger Dingledine Date: Tue, 8 Apr 2003 22:09:18 +0000 (+0000) Subject: let the 'test' binary build from the source distrib X-Git-Tag: tor-0.0.2pre8~240 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c2fa6f5c7d50f467cf2b37a7e95e52e2ce354a6c;p=thirdparty%2Ftor.git let the 'test' binary build from the source distrib svn:r228 --- diff --git a/src/common/Makefile.am b/src/common/Makefile.am index b15be3e511..f2783b4ed8 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 -noinst_HEADERS = log.h ss.h version.h crypto.h fakepoll.h +noinst_HEADERS = log.h ss.h version.h crypto.h fakepoll.h test.h