summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-03-14 14:40:47 +0000
committerStef Walter <stef@memberwebs.com>2008-03-14 14:40:47 +0000
commit8865f7a28e40b82f98e944c8e7dbd67b56428bbc (patch)
tree1b51a96d8158b0758c304a7b72ff9c6d0cb2e533 /Makefile.am
parent106dadfb63b371a1d5cf97ead46f975848e73786 (diff)
Add unit tests
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 ac0e3d6..cada1bd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -4,7 +4,7 @@ APACHE_DIR = apache1x apache2x
endif
EXTRA_DIST = common config.sub acsite.m4 COPYING-DAEMON
-SUBDIRS = daemon doc tools java $(APACHE_DIR)
+SUBDIRS = daemon doc tools java $(APACHE_DIR) tests
dist-hook:
rm -rf `find $(distdir)/ -name .svn`