summaryrefslogtreecommitdiff
path: root/icon
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-06-14 18:07:39 -0700
committerKeith Packard <keithp@keithp.com>2014-06-14 18:07:39 -0700
commit33da986161c38936cff82fe43046f0bcd5e24d8e (patch)
treeec5b69192574429bad8ddf9ed86f1de8063e10ce /icon
parent66c4a091bb6a294f9d406e75f3634492c886d139 (diff)
icon: Build resolutions needed for Java bits too
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'icon')
-rw-r--r--icon/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/icon/Makefile.am b/icon/Makefile.am
index b36f6f7b..05a4956a 100644
--- a/icon/Makefile.am
+++ b/icon/Makefile.am
@@ -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)