aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2008-12-23 21:01:25 +0000
committerHarald Welte <laforge@gnumonks.org>2008-12-23 21:01:25 +0000
commitde729a139ecdb3b1d88cd5c50738749e8b1c9dcd (patch)
treed6b2939821e9853ef43216ac88a08cb4562aa9d8 /Makefile.am
parent52b1f9888905df8aa6ecd50af900b63f5273de6a (diff)
autoconf
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 000000000..b3a37eebc
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,7 @@
+AUTOMAKE_OPTIONS = foreign dist-bzip2 1.6
+
+INCLUDES = $(all_includes) -I$(top_srcdir)/include
+SUBDIRS = include src
+
+#dist-hook:
+# rm -rf `find $(distdir) -name .svn`