[gwget] Fix --disable-schemas-install. Pach from Vincent Untz (Fixes #590850)
- From: David Sedeño Fernández <davidsf src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gwget] Fix --disable-schemas-install. Pach from Vincent Untz (Fixes #590850)
- Date: Fri, 14 Aug 2009 18:05:35 +0000 (UTC)
commit 8780ea67124ba5553aeaf30e347de3c1cb9f2df0
Author: David Sedeño <david alderia com>
Date: Fri Aug 14 20:05:24 2009 +0200
Fix --disable-schemas-install. Pach from Vincent Untz (Fixes #590850)
ChangeLog | 2 ++
data/Makefile.am | 4 ++++
2 files changed, 6 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index b1b92ce..2c657c6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2009-08-14 David Sedeño <david alderia com>
+ * data/Makefile.am: Fix --disable-schemas-install. Pach from Vincent Untz
+ (Fixes #590850)
* configure.ac, epiphany-extension/ephy-gwget-extension.c:
Support for Epiphany 2.27/2.28. Patch from Vincent Untz (Fixes #585401)
diff --git a/data/Makefile.am b/data/Makefile.am
index bc40855..381ec99 100644
--- a/data/Makefile.am
+++ b/data/Makefile.am
@@ -30,8 +30,12 @@ desktop_DATA =$(desktop_in_files:.desktop.in.in=.desktop)
@INTLTOOL_DESKTOP_RULE@
+if GCONF_SCHEMAS_INSTALL
install-data-local:
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule gwget.schemas
+else
+install-data-local:
+endif
EXTRA_DIST = $(gwget_data_DATA) \
$(service_in_files) \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]