summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMonsta <[email protected]>2014-12-06 13:32:10 +0300
committerMonsta <[email protected]>2014-12-06 13:32:10 +0300
commit57011502273e9efd49e30cfbf7ce56d94fa1e076 (patch)
tree93a52bd788fcb0535879088e3693239dfe4f9eda /Makefile.am
parent6749c36f9d5bfc2205323ec8b9f790f27d160f4c (diff)
downloadpluma-57011502273e9efd49e30cfbf7ce56d94fa1e076.tar.bz2
pluma-57011502273e9efd49e30cfbf7ce56d94fa1e076.tar.xz
removed references to scrollkeeper
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index ed35f731..e2bd15ee 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -7,7 +7,7 @@ if !OS_OSX
SUBDIRS += help
endif
-distuninstallcheck_listfiles = find . -type f -print | grep -v scrollkeeper
+distuninstallcheck_listfiles = find . -type f -print
EXTRA_DIST = \
ChangeLog \
@@ -54,7 +54,7 @@ MAINTAINERCLEANFILES = \
m4/lt~obsolete.m4 \
`find "$(srcdir)" -type f -name Makefile.in -print`
-DISTCHECK_CONFIGURE_FLAGS = --disable-scrollkeeper --enable-gtk-doc
+DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
dist-hook:
@if test -d "$(srcdir)/.git"; \