Added libgst.la to the global LDFLAGS, so all plugins link against it.
authorErik Walthinsen <omega@temple-baptist.org>
Mon, 13 Aug 2001 18:48:48 +0000 (18:48 +0000)
committerErik Walthinsen <omega@temple-baptist.org>
Mon, 13 Aug 2001 18:48:48 +0000 (18:48 +0000)
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.

configure.base

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