From a1c0ddc581c0359e6e543cec5ac6502127a9d2a7 Mon Sep 17 00:00:00 2001 From: infirit Date: Sun, 20 Oct 2013 22:33:43 +0200 Subject: Add update-icon-cache config option for makedistcheck Otherwise the cache file is left behind and make distcheck fails. --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 67339feb..a6b8cfdd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -32,7 +32,7 @@ DISTCLEANFILES = \ intltool-merge \ intltool-update -DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb --enable-gtk-doc +DISTCHECK_CONFIGURE_FLAGS = --disable-update-mimedb --disable-icon-update --enable-gtk-doc ACLOCAL_AMFLAGS = -I m4 -- cgit v1.2.1