summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKjartan Maraas <kmaraas@src.gnome.org>2003-05-02 23:14:41 +0000
committerKjartan Maraas <kmaraas@src.gnome.org>2003-05-02 23:14:41 +0000
commitb3ac06e5d1673b6211c77dcb0c873ba0cf10b57e (patch)
treed687bfce2a276c110e5eb263cf13120c306924cf
parent6288c148b31833214e8aec76521d8550e6b3d2f9 (diff)
downloadgnome-control-center-b3ac06e5d1673b6211c77dcb0c873ba0cf10b57e.tar.gz
Merge fix for --disable-schemas-install
-rw-r--r--schemas/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/schemas/Makefile.am b/schemas/Makefile.am
index 746410afa..5f7e5adac 100644
--- a/schemas/Makefile.am
+++ b/schemas/Makefile.am
@@ -8,6 +8,7 @@ schema_DATA = $(schema_in_files:.schemas.in=.schemas)
@INTLTOOL_SCHEMAS_RULE@
+if GCONF_SCHEMAS_INSTALL
# don't do this if we are building in eg. rpm
install-data-local:
if test -z "$(DESTDIR)" ; then \
@@ -15,5 +16,8 @@ install-data-local:
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(srcdir)/$$p; \
done \
fi
+else
+install-data-local:
+endif
EXTRA_DIST=$(schema_DATA)