summaryrefslogtreecommitdiff
path: root/src/common/Makefile.am
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2003-08-14 21:46:24 +0000
committerRoger Dingledine <arma@torproject.org>2003-08-14 21:46:24 +0000
commitd43f145ddfd48ef2ccfecabcb96d68061ba55a00 (patch)
tree658e2a8b558ce1ca5287e86b3c7ca7e3b8f076e0 /src/common/Makefile.am
parent1777487f4ea898f6919334f8a8cbdba7724f2abd (diff)
downloadtor-d43f145ddfd48ef2ccfecabcb96d68061ba55a00.tar.gz
tor-d43f145ddfd48ef2ccfecabcb96d68061ba55a00.zip
include torint.h in 'make dist'
svn:r401
Diffstat (limited to 'src/common/Makefile.am')
-rw-r--r--src/common/Makefile.am2
1 files changed, 1 insertions, 1 deletions
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