mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
d28a8c9496
Original commit message from CVS: hide command
13 lines
460 B
Makefile
13 lines
460 B
Makefile
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) || \
|
|
(echo ;\
|
|
echo "*****************************************************"; \
|
|
echo "Installation of schemas failed, install them manually"; \
|
|
echo "*****************************************************";)
|
|
@true
|
|
|
|
EXTRA_DIST = gstreamer.schemas
|