diff options
author | Stef Walter <stef@memberwebs.com> | 2008-03-14 14:40:47 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2008-03-14 14:40:47 +0000 |
commit | 8865f7a28e40b82f98e944c8e7dbd67b56428bbc (patch) | |
tree | 1b51a96d8158b0758c304a7b72ff9c6d0cb2e533 /Makefile.am | |
parent | 106dadfb63b371a1d5cf97ead46f975848e73786 (diff) |
Add unit tests
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
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` |