summaryrefslogtreecommitdiffstats
path: root/gconf/Makefile.am
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.net>2007-06-25 11:02:21 +0000
committerTim-Philipp Müller <tim@centricular.net>2007-06-25 11:02:21 +0000
commit5827f80d621828cc9f3be10fce0f1d4d487bfcd2 (patch)
treededc8b71890835c633c5f093fbf1c5032002afd7 /gconf/Makefile.am
parent825b31e29565cd71614b6a64df11a5ce746299e4 (diff)
downloadgst-plugins-bad-5827f80d621828cc9f3be10fce0f1d4d487bfcd2.tar.gz
gst-plugins-bad-5827f80d621828cc9f3be10fce0f1d4d487bfcd2.tar.bz2
gst-plugins-bad-5827f80d621828cc9f3be10fce0f1d4d487bfcd2.zip
gconf/: Remove dysfunctional directory (this stuff is in -good).
Original commit message from CVS: * gconf/.cvsignore: * gconf/Makefile.am: * gconf/gstreamer.schemas.in: Remove dysfunctional directory (this stuff is in -good). * ext/sndfile/gstsf.c: (plugin_init): * sys/dvb/gstdvbsrc.c: (plugin_init): Add i18n bindtextdomain stuff. * gst/nuvdemux/gstnuvdemux.c: (gst_nuv_demux_class_init), (plugin_init): Post an error message when returning GST_FLOW_ERROR; minor cleanups. * po/POTFILES.in: Add more source files with translatable strings (fixes #450605).
Diffstat (limited to 'gconf/Makefile.am')
-rw-r--r--gconf/Makefile.am17
1 files changed, 0 insertions, 17 deletions
diff --git a/gconf/Makefile.am b/gconf/Makefile.am
deleted file mode 100644
index 660a66e3..00000000
--- a/gconf/Makefile.am
+++ /dev/null
@@ -1,17 +0,0 @@
-schemadir = @GCONF_SCHEMA_FILE_DIR@
-schema_DATA = gstreamer-@GST_MAJORMINOR@.schemas
-
-gstreamer-@GST_MAJORMINOR@.schemas: gstreamer.schemas
- cp gstreamer.schemas gstreamer-@GST_MAJORMINOR@.schemas
-
-install-data-local:
- @GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) \
- --makefile-install-rule $(srcdir)/$(schema_DATA) || \
- (echo ;\
- echo "*****************************************************"; \
- echo "Installation of schemas failed, install them manually"; \
- echo "*****************************************************";)
- @true
-
-CLEANFILES = $(schema_DATA)
-EXTRA_DIST = $(schema_DATA)