icon: Build resolutions needed for Java bits too
authorKeith Packard <keithp@keithp.com>
Sun, 15 Jun 2014 01:07:39 +0000 (18:07 -0700)
committerKeith Packard <keithp@keithp.com>
Sun, 15 Jun 2014 01:07:39 +0000 (18:07 -0700)
Signed-off-by: Keith Packard <keithp@keithp.com>
icon/Makefile.am

index b36f6f7bbd6f3020a9d4be274a007ffaeb7d1b2c..05a4956a0cbe3dceb0480b3a05623f998cc59c05 100644 (file)
@@ -1,6 +1,7 @@
+JAVA_RES=16 32 48 64 128 256
 MAC_RES=16 32 128 256 512
 WIN_RES=16 24 32 48 64 72 96 128 180 256
-RES=$(shell echo $(MAC_RES) $(WIN_RES) | awk '{ for (i = 1; i <= NF; i++) printf("%s\n", $$i); }' | sort -n -u)
+RES=$(shell echo $(JAVA_RES) $(MAC_RES) $(WIN_RES) | awk '{ for (i = 1; i <= NF; i++) printf("%s\n", $$i); }' | sort -n -u)
 
 AM_FILES=$(shell for i in $(RES); do echo altus-metrum-$$i.png; done)
 MP_FILES=$(shell for i in $(RES); do echo micropeak-$$i.png; done)