diff options
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) + |