diff options
author | monsta <[email protected]> | 2014-12-04 09:10:28 +0300 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-12-04 07:57:43 +0100 |
commit | 1b877bf76a013ce007ff18a4528e168d575a1b88 (patch) | |
tree | 12913a810127a800b296b7d4978abf23e8e4c85b /Makefile.am | |
parent | 332291e77fa9e73b89bcf397e26526445b733598 (diff) | |
download | atril-1b877bf76a013ce007ff18a4528e168d575a1b88.tar.bz2 atril-1b877bf76a013ce007ff18a4528e168d575a1b88.tar.xz |
removed obsolete configure option
Closes https://github.com/mate-desktop/atril/pull/112
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 23a43443..60da867d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -84,14 +84,12 @@ MAINTAINERCLEANFILES = \ DISTCHECK_CONFIGURE_FLAGS = \ --disable-schemas-compile \ - --disable-scrollkeeper \ --enable-gtk-doc \ --disable-caja \ --disable-tests \ --disable-silent-rules -# 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 dist-hook: @if test -d "$(srcdir)/.git"; \ |