summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2011-05-27 12:30:04 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2011-05-27 12:34:01 +0200
commit913209ab9acfcd4b547fa0f0d9edbe351f36895e (patch)
treed034c1fda25f2a561d18669479f18ab6cc0b78aa /Makefile.am
parent54de55f1fc556a7689ee0189ec4ee79c01a690f9 (diff)
downloadcmumble-913209ab9acfcd4b547fa0f0d9edbe351f36895e.tar.gz
cmumble-913209ab9acfcd4b547fa0f0d9edbe351f36895e.tar.bz2
cmumble-913209ab9acfcd4b547fa0f0d9edbe351f36895e.zip
Add build system (autoconf/make)
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..3a7ce7e
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,3 @@
+SUBDIRS = src
+
+ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}