ext/cairo/Makefile.am: no need to link to videofilter
authorThomas Vander Stichele <thomas@apestaart.org>
Tue, 29 Nov 2005 10:55:09 +0000 (10:55 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Tue, 29 Nov 2005 10:55:09 +0000 (10:55 +0000)
Original commit message from CVS:
2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>

* ext/cairo/Makefile.am:
no need to link to videofilter

ChangeLog
ext/cairo/Makefile.am

index 32a6e56..031221a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
 
+       * ext/cairo/Makefile.am:
+         no need to link to videofilter
+
+2005-11-29  Thomas Vander Stichele  <thomas at apestaart dot org>
+
        * gst/debug/Makefile.am:
        * gst/debug/gstnavigationtest.h:
        * gst/effectv/Makefile.am:
index 1951d56..679784e 100644 (file)
@@ -8,12 +8,10 @@ libgstcairo_la_SOURCES = \
        gsttextoverlay.c
 
 libgstcairo_la_CFLAGS = \
-       -I$(top_srcdir)/gst/videofilter \
         $(GST_PLUGINS_BASE_CFLAGS) \
        $(GST_BASE_CFLAGS) \
        $(GST_CFLAGS) $(CAIRO_CFLAGS)
 libgstcairo_la_LIBADD = \
-  $(top_builddir)/gst/videofilter/libgstvideofilter-$(GST_MAJORMINOR).la \
   $(GST_BASE_LIBS) \
   $(GST_LIBS) $(CAIRO_LIBS) -lm
 libgstcairo_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)