aboutsummaryrefslogtreecommitdiffstats
path: root/trunk/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/Makefile.am')
-rw-r--r--trunk/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/trunk/Makefile.am b/trunk/Makefile.am
new file mode 100644
index 000000000..952d42762
--- /dev/null
+++ b/trunk/Makefile.am
@@ -0,0 +1,9 @@
+AUTOMAKE_OPTIONS = foreign 1.6
+
+SUBDIRS = src doc
+docdir = $(prefix)/share/doc/$(PACKAGE)
+doc_DATA = README UPGRADING
+EXTRA_DIST = COPYING $(doc_DATA)
+
+sparse-check:
+ $(MAKE) -C src $@