summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: cada1bd513292e8868eacfe70dac8cc4e4609340 (plain)
1
2
3
4
5
6
7
8
9
10
11

if MANUAL_BUILD
APACHE_DIR = apache1x apache2x
endif

EXTRA_DIST = common config.sub acsite.m4 COPYING-DAEMON
SUBDIRS = daemon doc tools java $(APACHE_DIR) tests

dist-hook:
	rm -rf `find $(distdir)/ -name .svn`