summaryrefslogtreecommitdiffstats
path: root/gst/autodetect/Makefile.am
blob: da9a1d9b8abb7ec402e0166ae7d8fc34f80fcfca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
plugin_LTLIBRARIES = libgstautodetect.la

libgstautodetect_la_SOURCES = \
	gstautoaudiosink.c \
	gstautodetect.c \
	gstautovideosink.c
libgstautodetect_la_CFLAGS = $(GST_CFLAGS) $(GCONF_CFLAGS)
libgstautodetect_la_LIBADD = $(GCONF_LIBS)
libgstautodetect_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = \
	gstautoaudiosink.h \
	gstautodetect.h \
	gstautovideosink.h