fix build and use of GST_LIBS
[platform/upstream/gst-plugins-good.git] / gst / autodetect / Makefile.am
1 plugin_LTLIBRARIES = libgstautodetect.la
2
3 libgstautodetect_la_SOURCES = \
4         gstautoaudiosink.c \
5         gstautodetect.c \
6         gstautovideosink.c
7 libgstautodetect_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
8 libgstautodetect_la_LIBADD = $(GST_LIBS) $(GCONF_LIBS)
9 libgstautodetect_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
10
11 noinst_HEADERS = \
12         gstautoaudiosink.h \
13         gstautodetect.h \
14         gstautovideosink.h