From 391baa2704888513cbc0720618c84f817c4df5e4 Mon Sep 17 00:00:00 2001 From: Zeeshan Ali Date: Wed, 11 May 2005 20:45:17 +0000 Subject: Fixed the effectv build again. Original commit message from CVS: Fixed the effectv build again. --- ChangeLog | 5 +++++ gst/effectv/Makefile.am | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index fd6d5033..73db6e54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2005-05-12 Zeeshan Ali + + * gst/effectv/Makefile.am: + Fixed the effectv build again. + 2005-05-11 Wim Taymans * gst/tcp/Makefile.am: diff --git a/gst/effectv/Makefile.am b/gst/effectv/Makefile.am index c9cb20ae..fd87b7d6 100644 --- a/gst/effectv/Makefile.am +++ b/gst/effectv/Makefile.am @@ -2,8 +2,8 @@ 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) -I$(top_srcdir)/gst/videofilter -libgsteffectv_la_LIBADD = $(top_builddir)/gst/videofilter/libgstvideofilter-@GST_MAJORMINOR@.la -libgsteffectv_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) +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_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_PLUGINS_LIBS_LIBS) noinst_HEADERS = gsteffectv.h -- cgit