diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-05-10 21:53:52 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-05-10 21:53:52 +0000 |
commit | 379017766d497960278f6479ff5d8942b8468aa7 (patch) | |
tree | b02d9772ddba09c9d6c42176ad1a0777fde4c2bc /gconf/Makefile.am | |
parent | b41ec019f0b9a4fd9748865524b6193ae4f5ab6a (diff) | |
download | gst-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.am | 7 |
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) + |