aboutsummaryrefslogtreecommitdiffstats
path: root/data/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 0000000..078a5ee
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,8 @@
+desktopentry_DATA = eye-on-manga.desktop
+
+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_26x26_DATA) $(icon_40x40_DATA) $(icon_64x64_DATA) $(icon_scalable_DATA)