diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-10-12 17:09:33 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-10-12 17:14:28 -0400 |
commit | 48b3ae8fe02a526f5d84a1823731ac78433e0067 (patch) | |
tree | 9792544158a19fe9f2f2764f43a246d63ce49215 /src/ext/include.am | |
parent | c3162d39bdc17f82ffd6b73677e23728e523a4b3 (diff) | |
download | tor-48b3ae8fe02a526f5d84a1823731ac78433e0067.tar.gz tor-48b3ae8fe02a526f5d84a1823731ac78433e0067.zip |
Move strlcpy and strlcat into src/ext too
Diffstat (limited to 'src/ext/include.am')
-rw-r--r-- | src/ext/include.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ext/include.am b/src/ext/include.am index 1d5613406b..fa9ee94020 100644 --- a/src/ext/include.am +++ b/src/ext/include.am @@ -7,6 +7,8 @@ EXTHEADERS = \ src/ext/ht.h \ src/ext/eventdns.h \ src/ext/tinytest.h \ + src/ext/strlcat.c \ + src/ext/strlcpy.c \ src/ext/tinytest_macros.h noinst_HEADERS+= $(EXTHEADERS) |