summaryrefslogtreecommitdiffstats
path: root/gst/effectv/Makefile.am
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-04-24 21:03:10 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-04-24 21:03:10 +0000
commit20f880e4bc529035a37a63c04765d0c6b4776822 (patch)
tree63c6ad7840c559894e517eeac372a10c13519b16 /gst/effectv/Makefile.am
parentf8f6dcc5a0ba4ef37aa33ccf74f6ef8fc3fef38e (diff)
Added the diceTV plugin
Original commit message from CVS: Added the diceTV 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 0b004bc4..bd70e44a 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
+libgsteffectv_la_SOURCES = gsteffectv.c gstedge.c gstaging.c gstdice.c
libgsteffectv_la_CFLAGS = $(GST_CFLAGS)
libgsteffectv_la_LIBADD =
libgsteffectv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)