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
No related branches found
No related tags found
No related merge requests found
This diff is collapsed.
......@@ -549,7 +549,7 @@ if test "x$enable_contrib" != "xno"; then
AC_CHECK_FILE(./contrib/DiscreteIntegration/Integration3D.cpp,DINTEGRATION="yes")
if test "x${DINTEGRATION}" = "xyes"; then
GMSH_DIRS="${GMSH_DIRS} contrib/DiscreteIntegration"
GMSH_LIBS="${GMSH_LIBS} -lGmshDIntegration"
GMSH_LIBS="${GMSH_LIBS} -lGmshDIntegration -lGmshNumeric"
AC_DEFINE(HAVE_DINTEGRATION)
BO="${BO} DIntegration"
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment