From: Erik Walthinsen Date: Mon, 13 Aug 2001 18:48:48 +0000 (+0000) Subject: Added libgst.la to the global LDFLAGS, so all plugins link against it. X-Git-Tag: BRANCH-EVENTS1-ROOT~70 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f279992aff827575d545b4b8dff6748021636507;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/configure.base b/configure.base index 67df857..e28a4f9 100644 --- a/configure.base +++ b/configure.base @@ -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