summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid King <amigadave@amigadave.com>2015-05-07 10:55:10 +0700
committerDavid King <amigadave@amigadave.com>2015-05-07 10:55:10 +0700
commit0612b5e1fae64eea54cc906f2ee00c4b51987a49 (patch)
tree2f6993653480ce61018701a9dc071f11d0a293cd /Makefile.am
parent01c9d0edc407187b1bc6fb94b94d06d6054be7ba (diff)
downloadc-gnome-app-master.tar.gz
c-gnome-app-master.tar.xz
c-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 1f9f578..9351c51 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,3 +3,6 @@ bin_PROGRAMS = c-gnome-app
c_gnome_app_CFLAGS = $(APP_CFLAGS)
c_gnome_app_LDFLAGS = $(APP_LIBS)
c_gnome_app_SOURCES = c-gnome-app.c
+
+desktopdir = $(datadir)/applications
+dist_desktop_DATA = c-gnome-app.desktop