diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 2d207666b..2d0d907ff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -16,6 +16,8 @@ if HAVE_TESTS SUBDIRS += tests endif +ACLOCAL_AMFLAGS = -I m4 + DISTCHECK_CONFIGURE_FLAGS = \ --disable-scrollkeeper \ --enable-gtk-doc @@ -30,6 +32,7 @@ EXTRA_DIST = \ ChangeLog.old \ README \ CONTRIBUTORS \ + autogen.sh \ $(INTLTOOL) DISTCLEANFILES = \ |