gst-libs/gst/app/Makefile.am: Use GST_ALL_LDFLAGS, which actually exists, but maybe...
authorThomas Vander Stichele <thomas@apestaart.org>
Thu, 22 Mar 2007 14:37:08 +0000 (14:37 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Thu, 22 Mar 2007 14:37:08 +0000 (14:37 +0000)
Original commit message from CVS:
* gst-libs/gst/app/Makefile.am:
Use GST_ALL_LDFLAGS, which actually exists, but maybe David
can confirm that was what he wanted.

ChangeLog
gst-libs/gst/app/Makefile.am

index 47c7d0f..e8ff087 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2007-03-22  Thomas Vander Stichele  <thomas at apestaart dot org>
+
+       * gst-libs/gst/app/Makefile.am:
+         Use GST_ALL_LDFLAGS, which actually exists, but maybe David
+         can confirm that was what he wanted.
+
 2007-03-22  Sebastian Dröge  <slomo@circular-chaos.org>
 
        * ext/wavpack/gstwavpackdec.c: (gst_wavpack_dec_chain):
index 4a64f74..83925c9 100644 (file)
@@ -4,7 +4,7 @@ libgstapp_@GST_MAJORMINOR@_la_SOURCES = gstappsrc.c gstappbuffer.c gstappsink.c
 libgstapp_@GST_MAJORMINOR@_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
        $(GST_PLUGINS_BASE_CFLAGS)
 libgstapp_@GST_MAJORMINOR@_la_LIBADD = $(GST_BASE_LIBS)
-libgstapp_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_LDFLAGS)
+libgstapp_@GST_MAJORMINOR@_la_LDFLAGS = $(GST_ALL_LDFLAGS)
 
 libgstapp_@GST_MAJORMINOR@includedir = $(includedir)/gstreamer-@GST_MAJORMINOR@/gst/app
 libgstapp_@GST_MAJORMINOR@include_HEADERS = \