1413526e32a9ca4eef362d5fd7b22d92e7fd3767
[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_CFLAGS) \
9         -I$(top_srcdir)/gst/videofilter
10 libgsteffectv_la_LIBADD = \
11         $(GST_PLUGINS_BASE_LIBS) \
12         $(GST_LIBS) \
13         $(top_builddir)/gst/videofilter/libgstvideofilter-@GST_MAJORMINOR@.la
14 libgsteffectv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
15
16 noinst_HEADERS = gsteffectv.h