summaryrefslogtreecommitdiffstats
path: root/gst/effectv/Makefile.am
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-04-24 22:24:57 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-04-24 22:24:57 +0000
commitad06345b2ac579573e42e95402cfa475590a6fa7 (patch)
tree48963de939d58829100fab68db7f3fdc3070a123 /gst/effectv/Makefile.am
parent15b1a6ed380e3cf60a7bd0718f52b7e48caf0fb3 (diff)
ported the shagadelic plugin, shake it baby!
Original commit message from CVS: ported the shagadelic plugin, shake it baby!
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 6ff2272e..6cddf440 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 gstwarp.c
+libgsteffectv_la_SOURCES = gsteffectv.c gstedge.c gstaging.c gstdice.c gstwarp.c gstshagadelic.c
libgsteffectv_la_CFLAGS = $(GST_CFLAGS)
libgsteffectv_la_LIBADD =
libgsteffectv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)