summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorGravatar Alexey A. Smirnov <alexey.smirnov@gmx.com>2009-08-31 15:14:41 +0600
committerGravatar waker <wakeroid@gmail.com>2009-08-31 19:57:42 +0200
commit58a92f3cfe79597cc345ba6bd41668c9a44afdde (patch)
tree20e5c2304c6e21982fbb6e5f888fc477412b8774 /Makefile.am
parentbc5cfd8d9b49fb85feb050d2c6d44ccfc4a098bd (diff)
added .desktop file
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index df2b63b4..7a273fd2 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -36,7 +36,10 @@ docsdir = $(datadir)/doc/$(PACKAGE)
docs_DATA = README COPYING config-example
-EXTRA_DIST = $(docs_DATA)
+desktopdir = $(datadir)/applications
+desktop_DATA = deadbeef.desktop.in
+
+EXTRA_DIST = $(docs_DATA) $(desktop_DATA)
#install-data-local:
# @$(NORMAL_INSTALL)