aboutsummaryrefslogtreecommitdiff
path: root/src/common/include.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-10-12 17:09:33 -0400
committerNick Mathewson <nickm@torproject.org>2012-10-12 17:14:28 -0400
commit48b3ae8fe02a526f5d84a1823731ac78433e0067 (patch)
tree9792544158a19fe9f2f2764f43a246d63ce49215 /src/common/include.am
parentc3162d39bdc17f82ffd6b73677e23728e523a4b3 (diff)
downloadtor-48b3ae8fe02a526f5d84a1823731ac78433e0067.tar.gz
tor-48b3ae8fe02a526f5d84a1823731ac78433e0067.zip
Move strlcpy and strlcat into src/ext too
Diffstat (limited to 'src/common/include.am')
-rw-r--r--src/common/include.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/include.am b/src/common/include.am
index 7299a47afb..0fdc72057f 100644
--- a/src/common/include.am
+++ b/src/common/include.am
@@ -47,8 +47,6 @@ COMMONHEADERS = \
src/common/memarea.h \
src/common/mempool.h \
src/common/procmon.h \
- src/common/strlcat.c \
- src/common/strlcpy.c \
src/common/torgzip.h \
src/common/torint.h \
src/common/torlog.h \