diff options
author | Stefano Karapetsas <[email protected]> | 2013-10-21 02:26:50 -0700 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2013-10-21 02:26:50 -0700 |
commit | c599b4c3473128745049a7b0b3a421e587995617 (patch) | |
tree | 625092153e0f8266e8cf213fccf2636ef2f0c712 /Makefile.am | |
parent | e6c97f86dbe8e5abdddb68480dea473c46d34d3f (diff) | |
parent | a1c0ddc581c0359e6e543cec5ac6502127a9d2a7 (diff) | |
download | caja-c599b4c3473128745049a7b0b3a421e587995617.tar.bz2 caja-c599b4c3473128745049a7b0b3a421e587995617.tar.xz |
Merge pull request #188 from infirit/master
Add disable-icon-update for distcheck / various cleanups
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 |