summaryrefslogtreecommitdiff
path: root/xfce4-session-logout
diff options
context:
space:
mode:
authorNick Schermer <nick@xfce.org>2010-04-28 23:24:53 +0200
committerNick Schermer <nick@xfce.org>2010-04-28 23:26:08 +0200
commit53833c6e667fd39142e98e9803687ac8c7da2d92 (patch)
tree99c3f1f9c2a6ba2b37aca263b00212bc8fa538ed /xfce4-session-logout
parente5f24c630a9782a549e684b9fb971958abee3e08 (diff)
downloadxfce4-session-53833c6e667fd39142e98e9803687ac8c7da2d92.tar.gz
Add a desktop file for xfce4-session-logout.
This desktop file was shipped with Xfdesktop, but now the menu files are moved to Garcon, it is better to pack it here.
Diffstat (limited to 'xfce4-session-logout')
-rw-r--r--xfce4-session-logout/Makefile.am10
1 files changed, 9 insertions, 1 deletions
diff --git a/xfce4-session-logout/Makefile.am b/xfce4-session-logout/Makefile.am
index b393ed8c..b1fb8718 100644
--- a/xfce4-session-logout/Makefile.am
+++ b/xfce4-session-logout/Makefile.am
@@ -17,6 +17,14 @@ xfce4_session_logout_LDFLAGS = \
$(DBUS_LIBS) \
$(LIBXFCE4UI_LIBS)
+desktopdir = $(datadir)/applications
+desktop_in_files = xfce4-session-logout.desktop.in
+desktop_DATA = $(desktop_in_files:.desktop.in=.desktop)
+@INTLTOOL_DESKTOP_RULE@
+
EXTRA_DIST = \
- $(man_MANS)
+ $(man_MANS) \
+ $(desktop_in_files)
+DISTCLEANFILES = \
+ $(desktop_DATA)