[evolution-rss] Respect --disable-schemas-install configure option



commit 66faaf15259256a0cb650bc1edc3f190f78053f0
Author: Fridrich Å trba <fridrich strba bluewin ch>
Date:   Wed Apr 28 23:11:51 2010 +0200

    Respect --disable-schemas-install configure option

 src/Makefile.am |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index cc01a65..c04d6b5 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -116,6 +116,8 @@ endif
 @INTLTOOL_SERVER_RULE@
 @INTLTOOL_SCHEMAS_RULE@
 
+if GCONF_SCHEMAS_INSTALL
+
 install-data-local:
 	rm -f $(PLUGIN_INSTALL_DIR)/*gnome-cooly*
 	GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schema_DATA)
@@ -138,6 +140,8 @@ uninstall-local:
 	$(GCONFTOOL) -u /gnome/url-handlers/feed/enabled
 	$(GCONFTOOL) -u /gnome/url-handlers/feed/need-terminal
 
+endif
+
 
 DISTCLEANFILES = $(schema_DATA)
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]