summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2014-05-23 10:34:15 +0800
committerDavid King <amigadave@amigadave.com>2014-05-23 10:34:15 +0800
commit811131bdec55049af5986ad07e68bde96e558617 (patch)
treef5b1902112fa53c4e430da5a9634de911a12f2ed /Makefile.am
parent46937e2d78b99709c36b913c094de70f9b58a82f (diff)
downloadpython-gnome-app-master.tar.gz
python-gnome-app-master.tar.xz
python-gnome-app-master.zip
Add example desktop fileHEADmaster
Add an example desktop file, and install it into /usr/share/applications.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0850115..e8c7020 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1,4 @@
dist_bin_SCRIPTS = python-gnome-app
+
+desktopdir = $(datadir)/applications
+dist_desktop_DATA = python-gnome-app.desktop