]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
include torint.h in 'make dist'
authorRoger Dingledine <arma@torproject.org>
Thu, 14 Aug 2003 21:46:24 +0000 (21:46 +0000)
committerRoger Dingledine <arma@torproject.org>
Thu, 14 Aug 2003 21:46:24 +0000 (21:46 +0000)
svn:r401

src/common/Makefile.am

index dd50da6edac9786e3d18801cecb0a525fdc8015e..cdcc367d9b736d6499ccfb59c4577ed480109bc9 100644 (file)
@@ -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