aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2008-07-29 00:34:50 +0000
committerNick Mathewson <nickm@torproject.org>2008-07-29 00:34:50 +0000
commit507b01357affd0b58ac0721a7b5001d38a600c6a (patch)
tree8fe707000aaff36b8c0023eeff193bf2d9c7e1f6 /Makefile.am
parent056d97da0c6c69aa2da9855675b6726f471b5f5a (diff)
downloadtor-507b01357affd0b58ac0721a7b5001d38a600c6a.tar
tor-507b01357affd0b58ac0721a7b5001d38a600c6a.tar.gz
r17426@tombo: nickm | 2008-07-28 20:34:03 -0400
More test coverage for tor_addr_t; fix a couple of bugs. svn:r16234
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 6ded5cf32..b6e559ef0 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -67,7 +67,7 @@ test:
check-spaces:
./contrib/checkSpace.pl -C \
src/common/*.h \
- src/common/[^asO]*.c \
+ src/common/[^asO]*.c src/common/address.c \
src/or/[^et]*.[ch] src/or/t*.c src/or/eventdns_tor.h
check-docs: