Remove plugin specific static build option
[platform/upstream/gst-plugins-good.git] / gst / autodetect / Makefile.am
1 plugin_LTLIBRARIES = libgstautodetect.la
2
3 libgstautodetect_la_SOURCES = \
4         gstautoaudiosink.c \
5         gstautoaudiosrc.c \
6         gstautodetect.c \
7         gstautovideosink.c \
8         gstautovideosrc.c
9 libgstautodetect_la_CFLAGS = $(GST_CFLAGS)
10 libgstautodetect_la_LIBADD = $(GST_LIBS)
11 libgstautodetect_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
12
13 noinst_HEADERS = \
14         gstautoaudiosink.h \
15         gstautoaudiosrc.h \
16         gstautodetect.h \
17         gstautovideosink.h \
18         gstautovideosrc.h