summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMonsta <[email protected]>2014-12-05 08:05:37 +0300
committerStefano Karapetsas <[email protected]>2014-12-05 09:42:20 +0100
commit30f1d23ea40e13acbca4b7d4c5eac2750d845a7a (patch)
treeed6771c50fc0c5cf76b40928ac239af38fbc275b /Makefile.am
parentbb659a752efbeedbe60fb6df5541a57c95777279 (diff)
downloadmate-terminal-30f1d23ea40e13acbca4b7d4c5eac2750d845a7a.tar.bz2
mate-terminal-30f1d23ea40e13acbca4b7d4c5eac2750d845a7a.tar.xz
removed obsolete configure option
Closes https://github.com/mate-desktop/mate-terminal/pull/80
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/Makefile.am b/Makefile.am
index c2fdab1..07ae578 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -5,7 +5,6 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
NULL =
DISTCHECK_CONFIGURE_FLAGS = \
- --disable-scrollkeeper \
--disable-schemas-install \
--disable-silent-rules \
--with-gtk=2.0
@@ -59,11 +58,6 @@ MAINTAINERCLEANFILES = \
`find "$(srcdir)" -type f -name Makefile.in -print` \
$(NULL)
-# hack from sound-juicer to get around scrollkeeper's leaving a big
-# mess behind.
-distuninstallcheck_listfiles = \
- find -regex '.*/var/scrollkeeper/.*' -prune -or -type f -print
-
# Build ChangeLog from GIT history
dist-hook:
@if test -d "$(srcdir)/.git"; \