diff options
author | infirit <[email protected]> | 2014-01-28 15:31:09 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-01-28 15:31:09 +0100 |
commit | e0f3ca5b61ee407ca97a261e2b4aeb9533343f4f (patch) | |
tree | 2068d0851f4854662d5c0baca1288c5f8fd293a2 /Makefile.am | |
parent | dd014d6f6438710fdec6deced68633bbd9973eb0 (diff) | |
download | mozo-e0f3ca5b61ee407ca97a261e2b4aeb9533343f4f.tar.bz2 mozo-e0f3ca5b61ee407ca97a261e2b4aeb9533343f4f.tar.xz |
Fix distcheck: Add option to disable icon cache.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index c1a6956..1d7a1ad 100644 --- a/Makefile.am +++ b/Makefile.am @@ -9,6 +9,8 @@ CLEANFILES += mozo DISTCLEANFILES = ChangeLog +DISTCHECK_CONFIGURE_FLAGS = --disable-icon-update + mozo: mozo.in sed -e s!\@PYTHON\@!@PYTHON@! \ -e s!\@PYOPTIONS\@!-OOt! \ |