summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index e46e20c6..0898d4a3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -2,4 +2,6 @@ SUBDIRS=src doc tests
EXTRA_DIST=autogen.sh SConstruct
+ACLOCAL_AMFLAGS = -I m4
+
distcleancheck_listfiles = find -type f -exec sh -c 'test -f $(srcdir)/{} || echo {}' ';'