source: trunk/third/gst-plugins/gconf/Makefile.am @ 21011

Revision 21011, 614 bytes checked in by ghudson, 20 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r21010, which included commits to RCS files with non-trunk default branches.
Line 
1schemadir = @GCONF_SCHEMA_FILE_DIR@
2schema_DATA = gstreamer-@GST_MAJORMINOR@.schemas
3
4gstreamer-@GST_MAJORMINOR@.schemas: gstreamer.schemas
5        cp gstreamer.schemas gstreamer-@GST_MAJORMINOR@.schemas
6
7install-data-local:
8        @GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) \
9                --makefile-install-rule $(srcdir)/$(schema_DATA) || \
10                (echo ;\
11                echo "*****************************************************"; \
12                echo "Installation of schemas failed, install them manually"; \
13                echo "*****************************************************";)
14        @true
15
16CLEANFILES = $(schema_DATA)
17EXTRA_DIST = $(schema_DATA)
Note: See TracBrowser for help on using the repository browser.