mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
ab06cc8f10
Original commit message from CVS: Don't use GST_PLUGIN_LDFLAGS, because these aren't plugins. * gst-libs/gst/audio/Makefile.am: * gst-libs/gst/riff/Makefile.am: * gst-libs/gst/tag/Makefile.am: * gst-libs/gst/video/Makefile.am: * gst-libs/gst/xwindowlistener/Makefile.am: Convert to 0.9 API, seems to work: * sys/ximage/Makefile.am: * sys/ximage/ximagesink.c:
16 lines
464 B
Makefile
16 lines
464 B
Makefile
lib_LTLIBRARIES = libgstriff-@GST_MAJORMINOR@.la
|
|
|
|
libgstriff_@GST_MAJORMINOR@_la_SOURCES = \
|
|
riff.c \
|
|
riff-media.c \
|
|
riff-read.c
|
|
|
|
libgstriff_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/riff
|
|
libgstriff_@GST_MAJORMINOR@include_HEADERS = \
|
|
riff-ids.h \
|
|
riff-media.h \
|
|
riff-read.h
|
|
|
|
libgstriff_@GST_MAJORMINOR@_la_LIBADD =
|
|
libgstriff_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstriff_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LDFLAGS)
|