gst/Makefile.am: Don't link against VALGRIND_LIBS. That was always the wrong thing...
authorMichael Smith <msmith@xiph.org>
Wed, 16 Nov 2005 11:29:57 +0000 (11:29 +0000)
committerMichael Smith <msmith@xiph.org>
Wed, 16 Nov 2005 11:29:57 +0000 (11:29 +0000)
Original commit message from CVS:
* gst/Makefile.am:
Don't link against VALGRIND_LIBS. That was always the wrong thing to
do, but only breaks with newer valgrind versions. We're not a
valgrind tool, we have no link-time dependencies on libcoregrind.

ChangeLog
gst/Makefile.am

index b1a04e8..e6ab3c1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2005-11-16  Michael Smith <msmith@fluendo.com>
+
+       * gst/Makefile.am:
+         Don't link against VALGRIND_LIBS. That was always the wrong thing to
+         do, but only breaks with newer valgrind versions. We're not a
+         valgrind tool, we have no link-time dependencies on libcoregrind.
+
 2005-11-16  Thomas Vander Stichele  <thomas at apestaart dot org>
 
        * gst/base/gstbasesrc.c: (gst_base_src_default_negotiate):
index 92a0435..7c6e28c 100644 (file)
@@ -138,7 +138,6 @@ libgstreamer_@GST_MAJORMINOR@_la_CFLAGS =           \
 
 libgstreamer_@GST_MAJORMINOR@_la_LIBADD =              \
        $(GST_PARSE_LA)                                 \
-       $(VALGRIND_LIBS)                                \
        $(GST_ALL_LIBS)                                 \
        $(XML_LIBS)