2005-08-14 16:21:01 +00:00
|
|
|
plugin_LTLIBRARIES = libgsstandardelements.la
|
2005-05-15 23:06:37 +00:00
|
|
|
|
2005-08-14 16:21:01 +00:00
|
|
|
libgststandardelements_la_SOURCES = \
|
|
|
|
gstelements.c \
|
|
|
|
gstaggregator.c \
|
|
|
|
gstfdsink.c \
|
|
|
|
gstfdsrc.c \
|
|
|
|
gstmd5sink.c \
|
|
|
|
gstmultifilesrc.c \
|
|
|
|
gstpipefilter.c \
|
|
|
|
gstshaper.c \
|
2005-05-15 23:06:37 +00:00
|
|
|
gststatistics.c
|
|
|
|
|
2005-08-14 16:21:01 +00:00
|
|
|
libgststandardelements_la_CFLAGS = $(GST_CFLAGS)
|
2005-09-23 04:23:00 +00:00
|
|
|
libgststandardelements_la_LIBADD = $(GST_LIBS)
|
2005-08-14 16:21:01 +00:00
|
|
|
libgststandardelements_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2008-11-04 12:28:34 +00:00
|
|
|
libgststandardelements_la_LIBTOOLFLAGS = --tag=disable-static
|
2005-05-15 23:06:37 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = \
|
|
|
|
gstaggregator.h \
|
|
|
|
gstfdsink.h \
|
|
|
|
gstfdsrc.h \
|
|
|
|
gstmd5sink.h \
|
|
|
|
gstmultifilesrc.h \
|
|
|
|
gstpipefilter.h \
|
|
|
|
gstshaper.h \
|
|
|
|
gststatistics.h
|