summaryrefslogtreecommitdiffstats
path: root/gst/effectv/Makefile.am
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-04-24 21:51:24 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-04-24 21:51:24 +0000
commit14c7c3777bfd50dac01a4e5e2f5b0402327f3116 (patch)
treeb62047fd8fe19df3de4fb38f23346a67202fcd9a /gst/effectv/Makefile.am
parent20f880e4bc529035a37a63c04765d0c6b4776822 (diff)
Some cleanups ported the über cool warp plugin.
Original commit message from CVS: Some cleanups ported the über cool warp plugin.
Diffstat (limited to 'gst/effectv/Makefile.am')
-rw-r--r--gst/effectv/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/effectv/Makefile.am b/gst/effectv/Makefile.am
index bd70e44a..6ff2272e 100644
--- a/gst/effectv/Makefile.am
+++ b/gst/effectv/Makefile.am
@@ -2,7 +2,7 @@ plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgsteffectv.la
-libgsteffectv_la_SOURCES = gsteffectv.c gstedge.c gstaging.c gstdice.c
+libgsteffectv_la_SOURCES = gsteffectv.c gstedge.c gstaging.c gstdice.c gstwarp.c
libgsteffectv_la_CFLAGS = $(GST_CFLAGS)
libgsteffectv_la_LIBADD =
libgsteffectv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)