summaryrefslogtreecommitdiff
path: root/gst/oldcore/Makefile.am
blob: 5626b5c554d57bcd8f5fdc47c9d2571c3d0cbdf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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)
libgststandardelements_la_LIBTOOLFLAGS = --tag=disable-static

noinst_HEADERS =		\
	gstaggregator.h		\
	gstfdsink.h		\
	gstfdsrc.h		\
	gstmd5sink.h		\
	gstmultifilesrc.h	\
	gstpipefilter.h		\
	gstshaper.h		\
	gststatistics.h