1
2plugin_LTLIBRARIES = libgstsmooth.la
3
4libgstsmooth_la_SOURCES = gstsmooth.c
5libgstsmooth_la_CFLAGS = \
6  $(GST_PLUGINS_BASE_CFLAGS) \
7	$(GST_BASE_CFLAGS) \
8	$(GST_CFLAGS)
9libgstsmooth_la_LIBADD =  \
10	$(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ \
11	$(GST_BASE_LIBS) \
12	$(GST_LIBS)
13libgstsmooth_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
14
15noinst_HEADERS = gstsmooth.h
16