Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is reporting

Original commit message from CVS:
* configure.ac:
* ext/gio/Makefile.am:
Subst GIO_LDFLAGS to avoid undefined Makefile var error Zaheer is
reporting
This commit is contained in:
Jan Schmidt 2008-02-08 00:45:56 +00:00
parent 78d7771375
commit fa45482d93
3 changed files with 9 additions and 1 deletions

View file

@ -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:

View 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 ***

View 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 = \