summaryrefslogtreecommitdiffstats
path: root/gst/effectv/Makefile.am
diff options
context:
space:
mode:
authorZeeshan Ali <zeenix@gmail.com>2005-05-11 20:45:17 +0000
committerZeeshan Ali <zeenix@gmail.com>2005-05-11 20:45:17 +0000
commit391baa2704888513cbc0720618c84f817c4df5e4 (patch)
treeb84d893ce157320a9967f5f3a048bb6a36de6b57 /gst/effectv/Makefile.am
parentc91b026ff3f03b3fe0485f5f12833135c537c781 (diff)
Fixed the effectv build again.
Original commit message from CVS: Fixed the effectv build again.
Diffstat (limited to 'gst/effectv/Makefile.am')
-rw-r--r--gst/effectv/Makefile.am6
1 files changed, 3 insertions, 3 deletions
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