Skip to content
Snippets Groups Projects
Commit 26221cd5 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

trying to fix link pb on linux/win32

parent b7b631df
Branches
Tags
No related merge requests found
Source diff could not be displayed: it is too large. Options to address this: view the blob.
...@@ -549,7 +549,7 @@ if test "x$enable_contrib" != "xno"; then ...@@ -549,7 +549,7 @@ if test "x$enable_contrib" != "xno"; then
AC_CHECK_FILE(./contrib/DiscreteIntegration/Integration3D.cpp,DINTEGRATION="yes") AC_CHECK_FILE(./contrib/DiscreteIntegration/Integration3D.cpp,DINTEGRATION="yes")
if test "x${DINTEGRATION}" = "xyes"; then if test "x${DINTEGRATION}" = "xyes"; then
GMSH_DIRS="${GMSH_DIRS} contrib/DiscreteIntegration" GMSH_DIRS="${GMSH_DIRS} contrib/DiscreteIntegration"
GMSH_LIBS="${GMSH_LIBS} -lGmshDIntegration" GMSH_LIBS="${GMSH_LIBS} -lGmshDIntegration -lGmshNumeric"
AC_DEFINE(HAVE_DINTEGRATION) AC_DEFINE(HAVE_DINTEGRATION)
BO="${BO} DIntegration" BO="${BO} DIntegration"
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment