From 3ad1774754a31a6942a64c1bb4d87485456457b7 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Fri, 13 May 2005 13:52:04 +0000 Subject: add rtsp and esd files to spec and fix some disting issues Original commit message from CVS: add rtsp and esd files to spec and fix some disting issues --- gst/effectv/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/effectv') diff --git a/gst/effectv/Makefile.am b/gst/effectv/Makefile.am index fd87b7d6..dc6257d4 100644 --- a/gst/effectv/Makefile.am +++ b/gst/effectv/Makefile.am @@ -3,7 +3,7 @@ plugin_LTLIBRARIES = libgsteffectv.la 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) $(GST_PLUGINS_LIBS_CFLAGS) -I$(top_srcdir)/gst/videofilter -libgsteffectv_la_LIBADD = $(top_builddir)/gst/videofilter/libgstvideofilter.la +libgsteffectv_la_LIBADD = $(top_builddir)/gst/videofilter/libgstvideofilter-0.9.la libgsteffectv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_PLUGINS_LIBS_LIBS) noinst_HEADERS = gsteffectv.h -- cgit