diff options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
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' |