[gnome-settings-daemon] automount: Don't ship the .in file, just the .in.in one
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] automount: Don't ship the .in file, just the .in.in one
- Date: Tue, 2 Aug 2011 16:25:17 +0000 (UTC)
commit 3f8189bfb0d8429fba1787c20dcf1979c667f89e
Author: Bastien Nocera <hadess hadess net>
Date: Tue Aug 2 17:24:39 2011 +0100
automount: Don't ship the .in file, just the .in.in one
https://bugzilla.gnome.org/show_bug.cgi?id=655819
plugins/automount/Makefile.am | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/plugins/automount/Makefile.am b/plugins/automount/Makefile.am
index ace425a..c12660b 100644
--- a/plugins/automount/Makefile.am
+++ b/plugins/automount/Makefile.am
@@ -22,14 +22,14 @@ gnome_fallback_mount_helper_LDADD = \
autostartdir = $(sysconfdir)/xdg/autostart
autostart_in_files = gnome-fallback-mount-helper.desktop.in
+autostart_in_in_files = gnome-fallback-mount-helper.desktop.in.in
autostart_DATA = $(autostart_in_files:.desktop.in=.desktop)
-gnome-fallback-mount-helper.desktop.in: gnome-fallback-mount-helper.desktop.in.in
+$(autostart_in_files): $(autostart_in_in_files)
@sed -e "s|\ LIBEXECDIR\@|$(libexecdir)|" $< > $@
@INTLTOOL_DESKTOP_RULE@
-EXTRA_DIST = $(autostart_in_files) gnome-fallback-mount-helper.desktop.in.in
+EXTRA_DIST = $(autostart_in_in_files)
-CLEANFILES = $(autostart_DATA) \
- gnome-fallback-mount-helper.desktop.in
+CLEANFILES = $(autostart_DATA) $(autostart_in_files)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]