From 8075908e09746f4168f2988fa2b0d250cc5f0fea Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Mon, 13 Aug 2007 21:06:17 +0000 Subject: === Release 2.19.90 === 2007-08-13 Christian Persch === Release 2.19.90 === * Makefile.am: svn path=/trunk/; revision=7267 --- Makefile.am | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 2c3093f64..87c81a5cc 100644 --- a/Makefile.am +++ b/Makefile.am @@ -31,3 +31,6 @@ DISTCHECK_CONFIGURE_FLAGS = \ --disable-schemas-install \ --disable-scrollkeeper \ --with-gecko=$(GECKO) + +# Ignore gtk theme cache files on distcheck +distuninstallcheck_listfiles = find . -type f -print | grep -v 'icon-theme.cache' -- cgit