summaryrefslogtreecommitdiff
path: root/gst/smooth/Makefile.am
blob: 938f4a16a8265bf323253567d4cd7e8fadf6d0d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

plugin_LTLIBRARIES = libgstsmooth.la

libgstsmooth_la_SOURCES = gstsmooth.c
libgstsmooth_la_CFLAGS = \
  $(GST_PLUGINS_BASE_CFLAGS) \
	$(GST_BASE_CFLAGS) \
	$(GST_CFLAGS)
libgstsmooth_la_LIBADD =  \
	$(GST_PLUGINS_BASE_LIBS) -lgstvideo-@GST_API_VERSION@ \
	$(GST_BASE_LIBS) \
	$(GST_LIBS)
libgstsmooth_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)

noinst_HEADERS = gstsmooth.h