[gnome-session] [build] Fix make clean and distcheck after --with-default-wm change
- From: Vincent Untz <vuntz src gnome org>
- To: svn-commits-list gnome org
- Subject: [gnome-session] [build] Fix make clean and distcheck after --with-default-wm change
- Date: Tue, 21 Jul 2009 16:38:24 +0000 (UTC)
commit 9d4f73747615c2134141ec43c2165df7265433e5
Author: Vincent Untz <vuntz gnome org>
Date: Tue Jul 21 18:37:48 2009 +0200
[build] Fix make clean and distcheck after --with-default-wm change
data/Makefile.am | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/data/Makefile.am b/data/Makefile.am
index f9feade..8f3da1c 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -19,7 +19,8 @@ xsession_DATA = $(xsession_in_files:.desktop.in=.desktop)
pixmapdir = $(datadir)/pixmaps/splash/
pixmap_DATA = gnome-splash.png
-schemas_in_files = gnome-session.schemas.in
+schemas_in_in_files = gnome-session.schemas.in.in
+schemas_in_files = $(schemas_in_in_files:.schemas.in.in=.schemas.in)
schemasdir = $(GCONF_SCHEMA_FILE_DIR)
schemas_DATA = $(schemas_in_files:.schemas.in=.schemas)
@@ -49,14 +50,16 @@ endif
EXTRA_DIST = \
gnome-wm \
$(xsession_in_files) \
- $(schemas_in_files) \
+ $(schemas_in_in_files) \
$(ui_DATA) \
$(pixmap_DATA)
CLEANFILES = \
+ $(schemas_in_files) \
$(schemas_DATA) \
$(xsession_DATA) \
- $(desktop_DATA)
+ $(desktop_DATA) \
+ gnome-wm.desktop
DISTCLEANFILES = \
$(desktop_in_files)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]