diff options
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 5692e441..750dec78 100644 --- a/Makefile.am +++ b/Makefile.am @@ -19,6 +19,7 @@ DISTCLEANFILES = \ po/.intltool-merge-cache EXTRA_DIST = \ - $(INTLTOOL_FILES) + $(INTLTOOL_FILES) \ + autogen.sh ACLOCAL_AMFLAGS = -I m4 |