summaryrefslogtreecommitdiffstats
path: root/gst/effectv/Makefile.am
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-05-05 15:29:14 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-05-05 15:29:14 +0000
commit9e4277984128a7fe29b403cd23bac61b8b654c4f (patch)
treedeb6090d475da0062de315f415830c13fdd453d0 /gst/effectv/Makefile.am
parentb31c7f5808173b08575ff11515ad603cb33850ce (diff)
Added quarkTV with some cleanups. Can still do with some optimisations.
Original commit message from CVS: Added quarkTV with some cleanups. Can still do with some optimisations.
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 4dd16a74..73268ea4 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 gstshagadelic.c gstvertigo.c gstrev.c
+libgsteffectv_la_SOURCES = gsteffectv.c gstedge.c gstaging.c gstdice.c gstwarp.c gstshagadelic.c gstvertigo.c gstrev.c gstquark.c
libgsteffectv_la_CFLAGS = $(GST_CFLAGS)
libgsteffectv_la_LIBADD =
libgsteffectv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)