diff options
author | infirit <[email protected]> | 2013-10-20 22:33:43 +0200 |
---|---|---|
committer | infirit <[email protected]> | 2013-10-20 22:33:43 +0200 |
commit | ef3e6ef2a2bff1b0c57fbd4dcd99a4b2a2ed2a38 (patch) | |
tree | 4f6de775a0642b4975a8c23c9914b210586b0213 /Makefile.am | |
parent | 34d333128f57a22c4227fae76b9c0f77f22fe79f (diff) | |
download | caja-ef3e6ef2a2bff1b0c57fbd4dcd99a4b2a2ed2a38.tar.bz2 caja-ef3e6ef2a2bff1b0c57fbd4dcd99a4b2a2ed2a38.tar.xz |
Add update-icon-cache config option for makedistcheck
Otherwise the cache file is left behind and make distcheck fails.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |