summaryrefslogtreecommitdiffstats
path: root/gst/autodetect/Makefile.am
blob: 7c73402f68a150f37d818ab573226d7af490f377 (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 = $(GST_LIBS) $(GCONF_LIBS)
libgstautodetect_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

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