summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-03-19 06:39:52 +0000
committerRoger Dingledine <arma@torproject.org>2004-03-19 06:39:52 +0000
commit6438a5db08d9b41102e2ef81f3a6d85ec7d29c7e (patch)
tree02303bf85ce70a40f1c387ba22d7d0da1e37701a
parente66adf3d791ddb278c642ee1fa4e17d495c66cf4 (diff)
downloadtor-6438a5db08d9b41102e2ef81f3a6d85ec7d29c7e.tar.gz
tor-6438a5db08d9b41102e2ef81f3a6d85ec7d29c7e.zip
ship strlcat and strlcpy with the tarball, but don't compile them
svn:r1297
-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 144cc6e8fb..205fca43d1 100644
--- a/src/common/Makefile.am
+++ b/src/common/Makefile.am
@@ -5,4 +5,4 @@ noinst_LIBRARIES = libor.a
libor_a_SOURCES = log.c crypto.c fakepoll.c util.c aes.c tortls.c
-noinst_HEADERS = log.h crypto.h fakepoll.h test.h util.h aes.h torint.h tortls.h
+noinst_HEADERS = log.h crypto.h fakepoll.h test.h util.h aes.h torint.h tortls.h strlcpy.c strlcat.c