summaryrefslogtreecommitdiffstats
path: root/gst/effectv/Makefile.am
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2002-04-23 22:17:01 +0000
committerWim Taymans <wim.taymans@gmail.com>2002-04-23 22:17:01 +0000
commit49ae2189aeea90ab7350af853291252ad0fe8eb3 (patch)
treee8ec5457142b0f54f100887c0bd2c13b8b963e35 /gst/effectv/Makefile.am
parent191ef94d892ac09dc35247da9ea51ced7c924abb (diff)
Added some more components to port effectv
Original commit message from CVS: Added some more components to port effectv
Diffstat (limited to 'gst/effectv/Makefile.am')
-rw-r--r--gst/effectv/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/gst/effectv/Makefile.am b/gst/effectv/Makefile.am
index edf912cb..0b004bc4 100644
--- a/gst/effectv/Makefile.am
+++ b/gst/effectv/Makefile.am
@@ -2,8 +2,10 @@ plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgsteffectv.la
-libgsteffectv_la_SOURCES = gsteffectv.c
+libgsteffectv_la_SOURCES = gsteffectv.c gstedge.c gstaging.c
libgsteffectv_la_CFLAGS = $(GST_CFLAGS)
libgsteffectv_la_LIBADD =
libgsteffectv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+noinst_HEADERS = gsteffectv.h
+