aboutsummaryrefslogtreecommitdiffstats
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2010-10-25 23:18:15 +0200
committerGravatar Tom Willemsen2010-10-25 23:18:15 +0200
commit10ac8429513186e5e396167dcdb7459fa3932525 (patch)
treec79039d151a6d4f0302ed38d5ef2c99448cce9a9 /data/Makefile.am
parentad9ed8ffafdc44c6acbdbfadb1cd70ba38416d46 (diff)
downloadeye-on-manga-10ac8429513186e5e396167dcdb7459fa3932525.tar.gz
eye-on-manga-10ac8429513186e5e396167dcdb7459fa3932525.zip
Makes
using automake it can be built and installed
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 696696c..078a5ee 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -1,6 +1,8 @@
desktopentry_DATA = eye-on-manga.desktop
-icon_48x48_DATA = icons/48x48/eye-on-manga.png
+icon_26x26_DATA = icons/26x26/eye-on-manga.png
+icon_40x40_DATA = icons/40x40/eye-on-manga.png
+icon_64x64_DATA = icons/64x64/eye-on-manga.png
icon_scalable_DATA = icons/scalable/eye-on-manga.png
-EXTRA_DIST = $(desktopentry_DATA) $(icon_48x48_DATA) $(icon_scalable_DATA)
+EXTRA_DIST = $(desktopentry_DATA) $(icon_26x26_DATA) $(icon_40x40_DATA) $(icon_64x64_DATA) $(icon_scalable_DATA)