summaryrefslogtreecommitdiffstats
path: root/gconf/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-05-10 21:53:52 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-05-10 21:53:52 +0000
commit379017766d497960278f6479ff5d8942b8468aa7 (patch)
treeb02d9772ddba09c9d6c42176ad1a0777fde4c2bc /gconf/Makefile.am
parentb41ec019f0b9a4fd9748865524b6193ae4f5ab6a (diff)
downloadgst-plugins-bad-379017766d497960278f6479ff5d8942b8468aa7.tar.gz
gst-plugins-bad-379017766d497960278f6479ff5d8942b8468aa7.tar.bz2
gst-plugins-bad-379017766d497960278f6479ff5d8942b8468aa7.zip
gconf rules
Original commit message from CVS: gconf rules
Diffstat (limited to 'gconf/Makefile.am')
-rw-r--r--gconf/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/gconf/Makefile.am b/gconf/Makefile.am
new file mode 100644
index 00000000..d1538ef8
--- /dev/null
+++ b/gconf/Makefile.am
@@ -0,0 +1,7 @@
+schemadir = @GCONF_SCHEMA_FILE_DIR@
+schema_DATA = gstreamer.schemas
+
+install-data-local:
+ GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) \
+ --makefile-install-rule $(srcdir)/$(schema_DATA)
+