From 261b1b9ce49c1fe174a0e23b1c5f1b1a03b1c566 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Wed, 4 Apr 2012 12:38:01 -0500 Subject: Dropping the desktop files from the build --- data/Makefile.am | 27 --------------------------- 1 file changed, 27 deletions(-) (limited to 'data/Makefile.am') 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 -- cgit v1.2.3