summaryrefslogtreecommitdiff
path: root/Makefile.am
blob: ac0e3d6b08b2f7e328e54732b8c980f0a94cc06b (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)

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