STYLE: consistent use of LIB_SRC in Make/options

- had occasional remnant use of FOAM_SRC
This commit is contained in:
Mark Olesen
2017-04-06 23:56:23 +02:00
parent eb6fb7f7e3
commit 96fd3c9367
12 changed files with 21 additions and 22 deletions

View File

@ -1,8 +1,7 @@
EXE_INC = \
-I$(FOAM_SRC)/triSurface/lnInclude \
-I$(FOAM_SRC)/surfMesh/lnInclude \
-I$(FOAM_SRC)/meshTools/lnInclude
-I$(LIB_SRC)/triSurface/lnInclude \
-I$(LIB_SRC)/surfMesh/lnInclude \
-I$(LIB_SRC)/meshTools/lnInclude
EXE_LIBS = \
-ltriSurface \