summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2007-03-22 14:37:08 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2007-03-22 14:37:08 +0000
commitdd4e39e60f8bd0061371b4727808969e4d69e4fc (patch)
tree6c2038a6a6142d2d8ac90af9b214a4b28c41fe84
parent4586d0398e240e074977dfcf1f4a74d0ac5c17ad (diff)
downloadgst-plugins-bad-dd4e39e60f8bd0061371b4727808969e4d69e4fc.tar.gz
gst-plugins-bad-dd4e39e60f8bd0061371b4727808969e4d69e4fc.tar.bz2
gst-plugins-bad-dd4e39e60f8bd0061371b4727808969e4d69e4fc.zip
gst-libs/gst/app/Makefile.am: Use GST_ALL_LDFLAGS, which actually exists, but maybe David can confirm that was what h...
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.
-rw-r--r--ChangeLog6
-rw-r--r--gst-libs/gst/app/Makefile.am2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 47c7d0f5..e8ff0874 100644
--- 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):
diff --git a/gst-libs/gst/app/Makefile.am b/gst-libs/gst/app/Makefile.am
index 4a64f74a..83925c91 100644
--- a/gst-libs/gst/app/Makefile.am
+++ b/gst-libs/gst/app/Makefile.am
@@ -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 = \