Catch up to ERT library reorganisation

Specifically, changing locations of headers and library renaming

    libgeometry.a -> libert_geometry.a
This commit is contained in:
Bård Skaflestad 2013-02-05 15:19:36 +01:00
parent fb482740d4
commit c245a0ae7a

View File

@ -3,7 +3,7 @@ AC_DEFUN([_ERT_SOURCE_TEXT],
AC_LANG_PROGRAM( AC_LANG_PROGRAM(
[[ [[
#include <stddef.h> #include <stddef.h>
#include <ecl_util.h> #include <ert/ecl/ecl_util.h>
]],dnl ]],dnl
[[ [[
int sz; int sz;
@ -30,7 +30,7 @@ AS_IF([test x"${with_ert}" != x"no"],
ERT_CPPFLAGS= ERT_CPPFLAGS=
ERT_LDFLAGS= ERT_LDFLAGS=
ERT_LIBS="-lecl -lgeometry -lert_util -lpthread -lz -lgomp" ERT_LIBS="-lecl -lert_geometry -lert_util -lpthread -lz -lgomp"
AS_IF([test x"${with_ert}" != x"yes"], AS_IF([test x"${with_ert}" != x"yes"],
[ERT_LDFLAGS="-L${with_ert}/lib" [ERT_LDFLAGS="-L${with_ert}/lib"
ERT_CPPFLAGS="-I${with_ert}/include"], [:])[]dnl ERT_CPPFLAGS="-I${with_ert}/include"], [:])[]dnl