VideoFilter inherits from
[platform/upstream/gstreamer.git] / gst / effectv / Makefile.am
1 plugin_LTLIBRARIES = libgsteffectv.la
2
3 libgsteffectv_la_SOURCES = \
4         gsteffectv.c gstedge.c gstaging.c gstdice.c gstwarp.c \
5         gstshagadelic.c gstvertigo.c gstrev.c gstquark.c
6 libgsteffectv_la_CFLAGS = \
7         $(GST_PLUGINS_BASE_CFLAGS) \
8         $(GST_BASE_CFLAGS) \
9         $(GST_CFLAGS) \
10         -I$(top_srcdir)/gst/videofilter
11 libgsteffectv_la_LIBADD = \
12         $(GST_PLUGINS_BASE_LIBS) \
13         $(GST_BASE_LIBS) \
14         $(GST_LIBS) \
15         $(top_builddir)/gst/videofilter/libgstvideofilter-@GST_MAJORMINOR@.la
16 libgsteffectv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
17
18 noinst_HEADERS = gsteffectv.h