mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
1e724cb7a0
Original commit message from CVS: Whoops, this one is needed too
16 lines
355 B
Makefile
16 lines
355 B
Makefile
plugin_LTLIBRARIES = libgstriff.la
|
|
|
|
libgstriff_la_SOURCES = \
|
|
riff.c \
|
|
riff-media.c \
|
|
riff-read.c
|
|
|
|
libgstriffincludedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/riff
|
|
libgstriffinclude_HEADERS = \
|
|
riff-ids.h \
|
|
riff-media.h \
|
|
riff-read.h
|
|
|
|
libgstriff_la_LIBADD =
|
|
libgstriff_la_CFLAGS = $(GST_CFLAGS)
|
|
libgstriff_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|