Vertigo is another cool one
[platform/upstream/gstreamer.git] / gst / effectv / Makefile.am
1 plugindir = $(libdir)/gst
2
3 plugin_LTLIBRARIES = libgsteffectv.la
4
5 libgsteffectv_la_SOURCES = gsteffectv.c gstedge.c gstaging.c gstdice.c gstwarp.c gstshagadelic.c gstvertigo.c
6 libgsteffectv_la_CFLAGS = $(GST_CFLAGS)
7 libgsteffectv_la_LIBADD =
8 libgsteffectv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
9
10 noinst_HEADERS = gsteffectv.h
11