mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
6ddd15c744
Original commit message from CVS: * gconf/Makefile.am: Fix for non-GNU make * gst-libs/gst/Makefile.am: Change directory order to handle GstPlay linking with gstinterfaces * gst-libs/gst/audio/make_filter: make use of tr portable * gst-libs/gst/play/Makefile.am: Add intended \ * gst-libs/gst/xwindowlistener/xwindowlistener.c: (gst_xwin_set_clips): Switch to ISO variadic macro. Use a function prototype instead of void *. * gst/ffmpegcolorspace/gstffmpegcodecmap.c: Switch to ISO variadic macro. * gst/ffmpegcolorspace/gstffmpegcolorspace.c: (gst_ffmpegcolorspace_chain): wrap NULL in GST_ELEMENT_ERROR call * gst/videofilter/make_filter: make use of tr portable * pkgconfig/Makefile.am: Remove GNU extension in Makefile target
17 lines
614 B
Makefile
17 lines
614 B
Makefile
schemadir = @GCONF_SCHEMA_FILE_DIR@
|
|
schema_DATA = gstreamer-@GST_MAJORMINOR@.schemas
|
|
|
|
gstreamer-@GST_MAJORMINOR@.schemas: gstreamer.schemas
|
|
cp gstreamer.schemas gstreamer-@GST_MAJORMINOR@.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
|
|
|
|
CLEANFILES = $(schema_DATA)
|
|
EXTRA_DIST = $(schema_DATA)
|