diff options
author | Vinicius Gomes <vinicius.gomes@openbossa.org> | 2008-04-17 17:46:49 +0000 |
---|---|---|
committer | Vinicius Gomes <vinicius.gomes@openbossa.org> | 2008-04-17 17:46:49 +0000 |
commit | e78a90944ca19bce2b2271e076a6dbbd332fc842 (patch) | |
tree | 1c197a79d225cc53b12dba03e1ae11a39a1cea6c /acinclude.m4 | |
parent | 66327fddf82d027fbc98daefab771c23d5c3c1c9 (diff) |
eglib: fixing the plugin loading when using the eglib.
Diffstat (limited to 'acinclude.m4')
-rw-r--r-- | acinclude.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acinclude.m4 b/acinclude.m4 index 59932ea1..10643eed 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -344,7 +344,7 @@ AC_DEFUN([AC_ARG_BLUEZ], [ AM_CONDITIONAL(GLIB, true) else AC_SUBST([GLIB_CFLAGS], ['-I$(top_srcdir)/eglib']) - AC_SUBST([GLIB_LIBS], ['$(top_builddir)/eglib/libeglib.la -ldl']) + AC_SUBST([GLIB_LIBS], ['$(top_builddir)/eglib/libeglib.la -ldl -rdynamic']) AC_SUBST([GMODULE_CFLAGS], ['']) AC_SUBST([GMODULE_LIBS], ['']) AM_CONDITIONAL(GLIB, false) |