summaryrefslogtreecommitdiff
path: root/gkb-new
diff options
context:
space:
mode:
authorJacob Leach <jleach@src.gnome.org>2004-02-10 07:43:22 +0000
committerJacob Leach <jleach@src.gnome.org>2004-02-10 07:43:22 +0000
commitc67dac16a6ca5b7f3d8f5d23b8ba5985a8c045cf (patch)
tree30f7d50470382a135890adaeab3b721bcf98c326 /gkb-new
parentc00c9f15514719f6a0dc36d22e38b1cfc3f3e838 (diff)
Fix all applets so they won't install their schemas if the user
configures with --disable-schemas-install
Diffstat (limited to 'gkb-new')
-rw-r--r--gkb-new/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/gkb-new/Makefile.am b/gkb-new/Makefile.am
index c3d7e7aab..0e1efa466 100644
--- a/gkb-new/Makefile.am
+++ b/gkb-new/Makefile.am
@@ -60,6 +60,7 @@ gkb_xmmap: gkb_xmmap.in
< gkb_xmmap.in >gkb_xmmap.tmp \
&& mv gkb_xmmap.tmp gkb_xmmap
+if GCONF_SCHEMAS_INSTALL
install-data-local:
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(schemas_DATA) ;
-
+endif