summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2009-03-17 19:41:23 +0000
committerSjoerd Simons <sjoerd@luon.net>2009-03-17 19:41:23 +0000
commit952f5bd31390e6d0e291e95e7035628e5e6f8ee9 (patch)
tree9543776a4c0715b9d9990ed2103a9c0165138604 /Makefile.am
parent467cc8de580acb2fd89a7e0f827c75408aadf526 (diff)
Add basic build infrastructure
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am10
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..19e838d
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,10 @@
+ACLOCAL_AMFLAGS = -I m4
+
+SUBDIRS = wocky tools m4
+
+dist-hook:
+ chmod u+w ${distdir}/ChangeLog
+ if test -d ${top_srcdir}/.git; then \
+ git log --stat > ${distdir}/ChangeLog || \
+ git log > ${distdir}/ChangeLog; \
+ fi