diff options
-rw-r--r-- | Makefile.am | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/Makefile.am b/Makefile.am index 4d552e25b..06cdb8653 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,24 +23,15 @@ DISTCHECK_CONFIGURE_FLAGS = \ --disable-schemas-install \ --enable-gtk-doc -INTLTOOL = \ - intltool-extract.in \ - intltool-merge.in \ - intltool-update.in - EXTRA_DIST = \ ChangeLog \ ChangeLog.old \ README \ CONTRIBUTORS \ - autogen.sh \ - $(INTLTOOL) + autogen.sh DISTCLEANFILES = \ - ChangeLog \ - intltool-extract \ - intltool-merge \ - intltool-update + ChangeLog # Workaround broken scrollkeeper that doesn't remove its files on # uninstall. |