summaryrefslogtreecommitdiffstats
path: root/axiom/Makefile.am
blob: 91caa1337c860e0589eb42a62e4b7f09a792b0c8 (plain)
1
2
3
4
5
6
7
8
9
datadir=$(prefix)
SUBDIRS = src $(TESTDIR) include
includedir=$(prefix)/include/axis2-${PACKAGE_VERSION}/
include_HEADERS=$(top_builddir)/include/*.h
data_DATA= INSTALL README AUTHORS NEWS CREDITS LICENSE COPYING
EXTRA_DIST = build.sh autogen.sh CREDITS LICENSE
dist-hook:
	rm -rf `find $(distdir)/ -type d -name .svn`
	rm -rf `find $(distdir)/ -type d -name .deps`