diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2012-04-04 13:57:08 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2012-04-04 13:57:08 -0500 |
commit | 0c35e8d073cde3e4a5fa667e249d0d07dc0c65ea (patch) | |
tree | faaf45381871a91b132da98e5fc09ee5e294531e /data/Makefile.am | |
parent | 689b16a6e4c356711ec99e580acc91a97b0a2f77 (diff) | |
parent | b3e779a0f5a0cdb335a85c8a8842ddd91cee80a4 (diff) | |
download | ayatana-indicator-session-0c35e8d073cde3e4a5fa667e249d0d07dc0c65ea.tar.gz ayatana-indicator-session-0c35e8d073cde3e4a5fa667e249d0d07dc0c65ea.tar.bz2 ayatana-indicator-session-0c35e8d073cde3e4a5fa667e249d0d07dc0c65ea.zip |
merge lp:~ted/indicator-session/no-system-desktop-files to remove the desktop files so they don't appear in the dash.
Diffstat (limited to 'data/Makefile.am')
-rw-r--r-- | data/Makefile.am | 27 |
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 |