Catch up to library rename: libutil -> libert_util.

This commit is contained in:
Bård Skaflestad 2012-06-28 14:36:45 +02:00
parent f57ba7dd0b
commit d2e3dbcb03

View File

@ -30,7 +30,7 @@ AS_IF([test x"${with_ert}" != x"no"],
ERT_CPPFLAGS=
ERT_LDFLAGS=
ERT_LIBS="-lecl -lgeometry -lutil -lpthread -lz -lgomp"
ERT_LIBS="-lecl -lgeometry -lert_util -lpthread -lz -lgomp"
AS_IF([test x"${with_ert}" != x"yes"],
[ERT_LDFLAGS="-L${with_ert}/lib"
ERT_CPPFLAGS="-I${with_ert}/include"], [:])[]dnl