diff --git a/ChangeLog b/ChangeLog index b1a04e8fac..e6ab3c1207 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2005-11-16 Michael Smith + + * 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 * gst/base/gstbasesrc.c: (gst_base_src_default_negotiate): diff --git a/gst/Makefile.am b/gst/Makefile.am index 92a0435305..7c6e28ceb8 100644 --- a/gst/Makefile.am +++ b/gst/Makefile.am @@ -138,7 +138,6 @@ libgstreamer_@GST_MAJORMINOR@_la_CFLAGS = \ libgstreamer_@GST_MAJORMINOR@_la_LIBADD = \ $(GST_PARSE_LA) \ - $(VALGRIND_LIBS) \ $(GST_ALL_LIBS) \ $(XML_LIBS)