]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
ship strlcat and strlcpy with the tarball, but don't compile them
authorRoger Dingledine <arma@torproject.org>
Fri, 19 Mar 2004 06:39:52 +0000 (06:39 +0000)
committerRoger Dingledine <arma@torproject.org>
Fri, 19 Mar 2004 06:39:52 +0000 (06:39 +0000)
svn:r1297

src/common/Makefile.am

index 144cc6e8fbbfc04ac25bb32984647ead548956ea..205fca43d18ba875b7365305a57e402d8532f814 100644 (file)
@@ -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