From: Roger Dingledine Date: Thu, 14 Aug 2003 21:46:24 +0000 (+0000) Subject: include torint.h in 'make dist' X-Git-Tag: tor-0.0.2pre8~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d43f145ddfd48ef2ccfecabcb96d68061ba55a00;p=thirdparty%2Ftor.git include torint.h in 'make dist' svn:r401 --- diff --git a/src/common/Makefile.am b/src/common/Makefile.am index dd50da6eda..cdcc367d9b 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 aes.c -noinst_HEADERS = log.h crypto.h fakepoll.h test.h util.h aes.h +noinst_HEADERS = log.h crypto.h fakepoll.h test.h util.h aes.h torint.h