Fix LIBGTOP_LIBS for the non-gmodule case.

This commit is contained in:
Martin Baulig
2000-02-22 22:12:33 +00:00
parent a4db88252e
commit df3901571d

View File

@@ -352,7 +352,13 @@ LIBGTOP_EXTRA_LIBS="$LIBGTOP_EXTRA_LIBS $GLIB_LIBS $LIBGTOP_XML_LIB"
LIBGTOP_LIBS="$LIBGTOP_LIBS -lgtop_common -lgtop"
if test x$libgtop_use_gmodule != xyes ; then
LIBGTOP_LIBS="$LIBGTOP_LIBS -lgtop_backend_sysdeps -lgtop_sysdeps -lgtop_backend_common"
LIBGTOP_LIBS="$LIBGTOP_LIBS -lgtop_backend_common"
if test x$libgtop_have_sysdeps = xyes ; then
LIBGTOP_LIBS="$LIBGTOP_LIBS -lgtop_backend_sysdeps -lgtop_sysdeps"
fi
if test x$libgtop_need_server = xyes ; then
LIBGTOP_LIBS="$LIBGTOP_LIBS -lgtop_backend_server"
fi
fi
LIBGTOP_NAMES_LIBS="$LIBGTOP_LIBS -lgtop_names"