mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
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:
parent
78d7771375
commit
fa45482d93
3 changed files with 9 additions and 1 deletions
|
@ -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:
|
||||
|
|
|
@ -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 ***
|
||||
|
|
|
@ -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 = \
|
||||
|
|
Loading…
Reference in a new issue