summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorMarco Barisione <marco.barisione@collabora.co.uk>2013-05-17 15:22:33 +0100
committerMarco Barisione <marco.barisione@collabora.co.uk>2013-08-20 11:11:36 +0100
commit383bc6ea57598c3a62b43ae363ba96476ac30912 (patch)
tree12d9f1eea9c9b46e6cb8a113396ded1f5652e161 /Makefile.am
parent77e4a16ce837a48a032c4572077b1a4b7d698e6a (diff)
downloadtelepathy-account-widgets-383bc6ea57598c3a62b43ae363ba96476ac30912.tar.gz
Makefile.am: we don't use scroll keeper
https://bugzilla.gnome.org/show_bug.cgi?id=699492
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.am b/Makefile.am
index 453798fb..45d6fb47 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,6 @@ SUBDIRS = tools po data tp-account-widgets
ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
DISTCHECK_CONFIGURE_FLAGS = \
- --disable-scrollkeeper \
--disable-schemas-install
EXTRA_DIST = \
@@ -12,7 +11,3 @@ EXTRA_DIST = \
README \
autogen.sh \
$(NULL)
-
-# Workaround broken scrollkeeper that doesn't remove its files on
-# uninstall.
-distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'