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 | |
---|
1 | schemadir = @GCONF_SCHEMA_FILE_DIR@ |
---|
2 | schema_DATA = gstreamer-@GST_MAJORMINOR@.schemas |
---|
3 | |
---|
4 | gstreamer-@GST_MAJORMINOR@.schemas: gstreamer.schemas |
---|
5 | cp gstreamer.schemas gstreamer-@GST_MAJORMINOR@.schemas |
---|
6 | |
---|
7 | install-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 | |
---|
16 | CLEANFILES = $(schema_DATA) |
---|
17 | EXTRA_DIST = $(schema_DATA) |
---|
Note: See
TracBrowser
for help on using the repository browser.