diff options
author | Monsta <[email protected]> | 2014-12-03 17:33:47 +0300 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-12-04 08:01:43 +0100 |
commit | 46c44a46efca3d0b0be143c2d1e71ee018489c9f (patch) | |
tree | 66d399ae041c43a2538a7dffb58307e0fec25272 | |
parent | 770ed9b388b642cd7b73ef62f33ef6a3bdba9310 (diff) | |
download | eom-46c44a46efca3d0b0be143c2d1e71ee018489c9f.tar.bz2 eom-46c44a46efca3d0b0be143c2d1e71ee018489c9f.tar.xz |
removed obsolete configure option
Closes https://github.com/mate-desktop/eom/pull/65
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index a195479..444cd4b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,10 +23,9 @@ DISTCLEANFILES = \ intltool-merge \ intltool-update -DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --disable-scrollkeeper --enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS = --disable-schemas-install --enable-gtk-doc -# Ignore scrollkeeper issues for now. @#*$& scrollkeeper -distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper | grep -v /share/mate/help/ | grep -v \.omf +distuninstallcheck_listfiles = find . -type f -print | grep -v /share/mate/help/ | grep -v \.omf MAINTAINERCLEANFILES = \ $(srcdir)/aclocal.m4 \ |