1plugin_LTLIBRARIES = libgstautodetect.la
2
3libgstautodetect_la_SOURCES = \
4	gstautoaudiosink.c \
5	gstautoaudiosrc.c \
6	gstautodetect.c \
7	gstautovideosink.c \
8	gstautovideosrc.c
9libgstautodetect_la_CFLAGS = $(GST_CFLAGS)
10libgstautodetect_la_LIBADD = $(GST_LIBS)
11libgstautodetect_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
12
13noinst_HEADERS = \
14	gstautoaudiosink.h \
15	gstautoaudiosrc.h \
16	gstautodetect.h \
17	gstautovideosink.h \
18	gstautovideosrc.h
19