mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
7593b38a57
Original commit message from CVS: fix build and use of GST_LIBS
26 lines
571 B
Makefile
26 lines
571 B
Makefile
plugin_LTLIBRARIES = libgsstandardelements.la
|
|
|
|
libgststandardelements_la_SOURCES = \
|
|
gstelements.c \
|
|
gstaggregator.c \
|
|
gstfdsink.c \
|
|
gstfdsrc.c \
|
|
gstmd5sink.c \
|
|
gstmultifilesrc.c \
|
|
gstpipefilter.c \
|
|
gstshaper.c \
|
|
gststatistics.c
|
|
|
|
libgststandardelements_la_CFLAGS = $(GST_CFLAGS)
|
|
libgststandardelements_la_LIBADD = $(GST_LIBS)
|
|
libgststandardelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
|
|
|
noinst_HEADERS = \
|
|
gstaggregator.h \
|
|
gstfdsink.h \
|
|
gstfdsrc.h \
|
|
gstmd5sink.h \
|
|
gstmultifilesrc.h \
|
|
gstpipefilter.h \
|
|
gstshaper.h \
|
|
gststatistics.h
|