Remove unused scrollkeeper lines from Makefile
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Wed, 14 Jul 2010 11:25:48 +0000 (12:25 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Wed, 14 Jul 2010 11:25:48 +0000 (12:25 +0100)
Makefile.am

index 8a457d2..70c72fc 100644 (file)
@@ -11,7 +11,6 @@ ACLOCAL_AMFLAGS = -I m4
 
 DISTCHECK_CONFIGURE_FLAGS =            \
        --enable-gtk-doc                \
-       --disable-scrollkeeper          \
        --disable-schemas-install
 
 folksdocdir = ${prefix}/doc/folks
@@ -33,10 +32,6 @@ DISTCLEANFILES = \
        ChangeLog \
        $(NULL)
 
-# Workaround broken scrollkeeper that doesn't remove its files on
-# uninstall.
-distuninstallcheck_listfiles = find . -type f -print | grep -v '^\./var/scrollkeeper'
-
 distclean-local:
        if test "x$(srdcir)" = "x."; then :; else \
                rm -f ChangeLog; \