From f279992aff827575d545b4b8dff6748021636507 Mon Sep 17 00:00:00 2001 From: Erik Walthinsen Date: Mon, 13 Aug 2001 18:48:48 +0000 Subject: [PATCH] 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. --- configure.base | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4