summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorPicca Frédéric-Emmanuel <picca@debian.org>2012-07-01 10:46:27 +0200
committerPicca Frédéric-Emmanuel <picca@debian.org>2012-07-01 10:46:27 +0200
commit693357725ada914877898bc5f5cb6c322599580c (patch)
tree8bca69ff182034ba8c980ca01fcbdd23069723a3 /Makefile.am
Imported Upstream version 1.23.2.1
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am13
1 files changed, 13 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..0dc9959
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,13 @@
+# -*- mode: Autoconf; mode: font-lock -*-
+# Process this file with autoconf to produce a configure script.
+
+ACLOCAL_AMFLAGS = -I m4
+
+SUBDIRS=src examples
+EXTRA_DIST = docs autogen.sh
+
+# Delete all files not in bzr repo, developer use only.
+bzrclean:
+ bzr status -S|grep '^?' |cut -f2 -d?|xargs rm -rf
+
+####