aboutsummaryrefslogtreecommitdiff
path: root/data/Makefile.am
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2012-04-04 12:38:01 -0500
committerTed Gould <ted@gould.cx>2012-04-04 12:38:01 -0500
commit261b1b9ce49c1fe174a0e23b1c5f1b1a03b1c566 (patch)
treedb76ba5505499750986cc0c898112c0f5dfed2c8 /data/Makefile.am
parent689b16a6e4c356711ec99e580acc91a97b0a2f77 (diff)
downloadayatana-indicator-session-261b1b9ce49c1fe174a0e23b1c5f1b1a03b1c566.tar.gz
ayatana-indicator-session-261b1b9ce49c1fe174a0e23b1c5f1b1a03b1c566.tar.bz2
ayatana-indicator-session-261b1b9ce49c1fe174a0e23b1c5f1b1a03b1c566.zip
Dropping the desktop files from the build
Diffstat (limited to 'data/Makefile.am')
-rw-r--r--data/Makefile.am27
1 files changed, 0 insertions, 27 deletions
diff --git a/data/Makefile.am b/data/Makefile.am
index 3b8de1f..27b5ea2 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -25,30 +25,3 @@ EXTRA_DIST = \
CLEANFILES = \
$(dbus_services_DATA) \
$(gsettings_SCHEMAS)
-
-if BUILD_GTKLOGOUTHELPER
-@INTLTOOL_DESKTOP_RULE@
-
-%.desktop.in: %.desktop.in.in
- sed \
- -e "s|\@libexecdir\@|$(libexecdir)|" \
- -e "s|\@bindir\@|$(bindir)|" \
- $< > $@
-
-logout_helper_desktop_in_in_files = \
- indicator-session-lock-screen.desktop.in.in \
- indicator-session-logout.desktop.in.in \
- indicator-session-restart.desktop.in.in \
- indicator-session-shutdown.desktop.in.in
-
-logout_helperdir = $(datadir)/applications
-logout_helper_desktop_files = \
- $(logout_helper_desktop_in_in_files:.desktop.in.in=.desktop)
-logout_helper_DATA = $(logout_helper_desktop_files)
-
-EXTRA_DIST += \
- $(logout_helper_desktop_in_in_files)
-
-CLEANFILES += \
- $(logout_helper_desktop_files)
-endif