summaryrefslogtreecommitdiffstats
path: root/guththila/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'guththila/Makefile.am')
-rw-r--r--guththila/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/guththila/Makefile.am b/guththila/Makefile.am
new file mode 100644
index 0000000..b94c0c2
--- /dev/null
+++ b/guththila/Makefile.am
@@ -0,0 +1,12 @@
+datadir=$(prefix)
+SUBDIRS = src
+includedir=$(prefix)/include/axis2-1.6.0/
+include_HEADERS=$(top_builddir)/include/*.h
+data_DATA= INSTALL README AUTHORS NEWS 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`
+
+EXTRA_DIST=LICENSE
+