X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=b89fd137b158d1c4933bb55da57c2df64be51ff5;hb=b9db0238dc4197e9a246acdac04f04be273624c0;hp=9fd33f5ca515820a08faaa9c6b8e16b18d28776d;hpb=2de294b09ac8b9ace071a01db9cb4e235f1eadbb;p=modules%2Fsmesh.git diff --git a/configure.ac b/configure.ac index 9fd33f5ca..b89fd137b 100644 --- a/configure.ac +++ b/configure.ac @@ -427,6 +427,9 @@ dnl AM_CONDITIONAL(ENABLE_OCCVIEWER, [test "$DISABLE_OCCVIEWER" = no]) dnl AM_CONDITIONAL(ENABLE_VTKVIEWER, [test "$DISABLE_VTKVIEWER" = no]) dnl AM_CONDITIONAL(ENABLE_SALOMEOBJECT, [test "$DISABLE_SALOMEOBJECT" = no]) +dnl Build with SMESH cancel compute feature +AC_DEFINE(WITH_SMESH_CANCEL_COMPUTE) + echo echo --------------------------------------------- echo generating Makefiles and configure files @@ -496,6 +499,8 @@ AC_OUTPUT([ \ src/StdMeshersGUI/Makefile \ src/StdMeshers_I/Makefile \ src/SMESH_PY/Makefile \ + src/Tools/Makefile \ + src/Tools/MeshCut/Makefile \ resources/Makefile \ resources/SMESHCatalog.xml \ idl/Makefile \