Fixed the effectv build again.

Original commit message from CVS:
Fixed the effectv build again.
This commit is contained in:
Zeeshan Ali 2005-05-11 20:45:17 +00:00
parent c91b026ff3
commit 391baa2704
2 changed files with 8 additions and 3 deletions

View file

@ -1,3 +1,8 @@
2005-05-12 Zeeshan Ali <zeenix@gmail.com>
* gst/effectv/Makefile.am:
Fixed the effectv build again.
2005-05-11 Wim Taymans <wim@fluendo.com>
* gst/tcp/Makefile.am:

View file

@ -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