aboutsummaryrefslogtreecommitdiffstats
path: root/data/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am6
1 files changed, 6 insertions, 0 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
new file mode 100644
index 0000000..696696c
--- /dev/null
+++ b/data/Makefile.am
@@ -0,0 +1,6 @@
+desktopentry_DATA = eye-on-manga.desktop
+
+icon_48x48_DATA = icons/48x48/eye-on-manga.png
+icon_scalable_DATA = icons/scalable/eye-on-manga.png
+
+EXTRA_DIST = $(desktopentry_DATA) $(icon_48x48_DATA) $(icon_scalable_DATA)