1plugin_LTLIBRARIES = libgstivtc.la
2
3libgstivtc_la_SOURCES = \
4	gstivtc.c gstivtc.h \
5	gstcombdetect.c gstcombdetect.h
6libgstivtc_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) \
7	$(GST_BASE_CFLAGS) $(GST_CFLAGS)
8libgstivtc_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstvideo-1.0 \
9	$(GST_BASE_LIBS) $(GST_LIBS)
10libgstivtc_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
11