summaryrefslogtreecommitdiffstats
path: root/icons
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2012-05-14 19:07:35 +0200
committerMarc-André Lureau <marcandre.lureau@gmail.com>2012-05-14 23:27:20 +0200
commit8e1a8b32421aaf4c8f0e5dd1f75b456e631f339f (patch)
tree42fcf17a63a9864e12138d803f6b201ee404c08b /icons
parent88893e30bc49833749464bfff4c369cb50bf7fb9 (diff)
downloadvirt-viewer-8e1a8b32421aaf4c8f0e5dd1f75b456e631f339f.tar.gz
virt-viewer-8e1a8b32421aaf4c8f0e5dd1f75b456e631f339f.tar.xz
virt-viewer-8e1a8b32421aaf4c8f0e5dd1f75b456e631f339f.zip
dist: ship .ico in tarball
Some distros (a 4-letters) don't have icotool. Let's ship the .ico in the tarball. The build will fail if icoutil is not installed when building from git or when the .ico is absent. The error should be explicit.
Diffstat (limited to 'icons')
-rw-r--r--icons/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/icons/Makefile.am b/icons/Makefile.am
index 699d36d..8f2db64 100644
--- a/icons/Makefile.am
+++ b/icons/Makefile.am
@@ -9,6 +9,6 @@ ico_sizes = 16 32 48 256
%.ico: $(foreach s,$(ico_sizes),$(s)x$(s)/%.png)
$(AM_V_GEN)$(ICOTOOL) -c -o $@ $^
-CLEANFILES = virt-viewer.ico
+EXTRA_DIST = virt-viewer.ico
-include $(top_srcdir)/git.mk