STYLE: use FOAM_UTILITIES in Make/options

- consistent with use of FOAM_SOLVERS, and reduces reliance on the FOAM_APP
  env variable
This commit is contained in:
Mark Olesen
2017-04-07 08:17:43 +02:00
parent 96fd3c9367
commit 5d15a13247
4 changed files with 6 additions and 6 deletions

View File

@ -8,7 +8,7 @@ EXE_INC = \
${EXE_NDEBUG} \
${CGAL_INC} \
${c++LESSWARN} \
-I$(FOAM_APP)/utilities/mesh/generation/extrude2DMesh/extrude2DMesh/lnInclude \
-I$(FOAM_UTILITIES)/mesh/generation/extrude2DMesh/extrude2DMesh/lnInclude \
-I../conformalVoronoi2DMesh/lnInclude \
-I../conformalVoronoiMesh/lnInclude \
-I$(LIB_SRC)/parallel/decompose/decompositionMethods/lnInclude \