summaryrefslogtreecommitdiffstats
path: root/gconf/Makefile.am
blob: 8fa37fbc2f8ba0550a656655339c6ed2ec6af3c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
schemadir = @GCONF_SCHEMA_FILE_DIR@
schema_DATA = gstreamer-@GST_MAJORMINOR@.schemas

gstreamer-@GST_MAJORMINOR@.schemas: gstreamer.schemas
	cp $< $@

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)