1plugin_LTLIBRARIES = libgstsmpte.la
2
3libgstsmpte_la_SOURCES = gstsmpte.c gstmask.c barboxwipes.c paint.c gstsmptealpha.c plugin.c
4
5noinst_HEADERS = gstsmpte.h gstmask.h paint.h gstsmptealpha.h
6
7libgstsmpte_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
8libgstsmpte_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) $(GST_BASE_LIBS) $(LIBM) \
9			-lgstvideo-$(GST_API_VERSION)
10libgstsmpte_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
11