Codebase list virt-viewer / 879517f
Don't include generated icons in tar.gz and clean them up Daniel P. Berrange 11 years ago
1 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
11
22 if OS_WIN32
33 noinst_DATA = virt-viewer.ico
4 CLEANFILES = $(noinst_DATA)
45 endif
56
67 # http://stackoverflow.com/questions/3236115/which-icon-sizes-should-my-windows-applications-icon-include
89 %.ico: $(foreach s,$(ico_sizes),$(s)x$(s)/%.png)
910 $(AM_V_GEN)$(ICOTOOL) -c -o $@ $^
1011
11 EXTRA_DIST = virt-viewer.ico
12
1312 -include $(top_srcdir)/git.mk