Added libgst.la to the global LDFLAGS, so all plugins link against it.

Original commit message from CVS:
Added libgst.la to the global LDFLAGS, so all plugins link against it.
This should help solve problems with bindings and dynamic loading of libgst.
This commit is contained in:
Erik Walthinsen 2001-08-13 18:48:48 +00:00
parent cfc8e88be3
commit f279992aff

View file

@ -1050,6 +1050,7 @@ AC_SUBST(LIBGST_CFLAGS)
dnl CFLAGS for everyone else dnl CFLAGS for everyone else
CFLAGS="$GST_CFLAGS $CFLAGS" CFLAGS="$GST_CFLAGS $CFLAGS"
LDFLAGS="$GST_LIBS $LDFLAGS"
dnl Needed to make automake 1.4g happy. dnl Needed to make automake 1.4g happy.
dnl FIXME: find as properly, rather than just using CC dnl FIXME: find as properly, rather than just using CC