summaryrefslogtreecommitdiffstats
path: root/data/desktop/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'data/desktop/Makefile.am')
-rw-r--r--data/desktop/Makefile.am9
1 files changed, 9 insertions, 0 deletions
diff --git a/data/desktop/Makefile.am b/data/desktop/Makefile.am
new file mode 100644
index 0000000..8a745a0
--- /dev/null
+++ b/data/desktop/Makefile.am
@@ -0,0 +1,9 @@
+MAINTAINERCLEANFILES = Makefile.in
+
+desktopdir = $(datadir)/applications
+desktop_DATA = eulogium.desktop
+
+icondir = $(datadir)/icons
+icon_DATA = eulogium.png
+
+EXTRA_DIST = $(desktop_DATA) $(icon_DATA)