summaryrefslogtreecommitdiffstats
path: root/gconf
diff options
context:
space:
mode:
authorJens Granseuer <jensgr@gmx.net>2006-08-15 22:44:27 +0000
committerTim-Philipp Müller <tim@centricular.net>2006-08-15 22:44:27 +0000
commit38bb20d0ff50c4d8c21bc64925700f73f52c56c5 (patch)
treef3885b8eb901ce541c127df89bafe70af65a1a7d /gconf
parent4bed245460390945f8aef9221a6f56db74a0a549 (diff)
gconf/Makefile.am: Make --disable-schemas work right (they still need to be copied to the installation directory, jus...
Original commit message from CVS: Patch by: Jens Granseuer <jensgr at gmx net> * gconf/Makefile.am: Make --disable-schemas work right (they still need to be copied to the installation directory, just not applied). Fixes #351347 (also #344100).
Diffstat (limited to 'gconf')
-rw-r--r--gconf/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/gconf/Makefile.am b/gconf/Makefile.am
index 18108007..eb17d388 100644
--- a/gconf/Makefile.am
+++ b/gconf/Makefile.am
@@ -1,9 +1,7 @@
GST_SCHEMA_FILES = gstreamer-@GST_MAJORMINOR@.schemas
-if GCONF_SCHEMAS_INSTALL
schemadir = @GCONF_SCHEMA_FILE_DIR@
schema_DATA = $(GST_SCHEMA_FILES)
-endif
gstreamer-@GST_MAJORMINOR@.schemas: gstreamer.schemas
cp gstreamer.schemas gstreamer-@GST_MAJORMINOR@.schemas