Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is reporting
authorJan Schmidt <thaytan@mad.scientist.com>
Fri, 8 Feb 2008 00:45:56 +0000 (00:45 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Fri, 8 Feb 2008 00:45:56 +0000 (00:45 +0000)
Original commit message from CVS:
* configure.ac:
* ext/gio/Makefile.am:
Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
reporting

ChangeLog
configure.ac
ext/gio/Makefile.am

index 49d9ae88e7a97eb762769cc264ee7579e29dfc21..2d159428bbe6260061d1817b40fe600d1f5cb421 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-02-08  Jan Schmidt  <jan.schmidt@sun.com>
+
+       * configure.ac:
+       * ext/gio/Makefile.am:
+       Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
+       reporting
+
 2008-02-07  Jan Schmidt  <jan.schmidt@sun.com>
 
        * docs/plugins/Makefile.am:
index b69e8f589444f5a56e72256ece946d7fb3720295..79dc5c5e2c3b20a3dfb661d8824de738a599e043 100644 (file)
@@ -491,6 +491,7 @@ AG_GST_CHECK_FEATURE(GIO, [GIO library], gio, [
   ])
   AC_SUBST(GIO_CFLAGS)
   AC_SUBST(GIO_LIBS)
+  AC_SUBST(GIO_LDFLAGS)
 ])
 
 dnl *** libvisual ***
index c12970958f95dced53c538274e6a7d1d1722e358..cb864a180c0329466a0f85b2cb5fc7856664bcf7 100644 (file)
@@ -14,7 +14,7 @@ libgstgio_la_SOURCES = \
 
 libgstgio_la_CFLAGS = $(GST_CFLAGS) $(GST_PLUGINS_BASE_CFLAGS) $(GIO_CFLAGS)
 libgstgio_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(GIO_LIBS)
-libgstgio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GST_GIO_LDFLAGS)
+libgstgio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(GIO_LDFLAGS)
 
 # headers we need but don't want installed
 noinst_HEADERS = \