Removed "forces" library dependency to avoid many solvers inheriting unnecessary
[OpenFOAM-1.6.x.git] / src / fvMotionSolver / Make / options
blobf6489f44aa64ab42400354507a354eb9d1da633f
1 EXE_INC = \
2     -I$(LIB_SRC)/postProcessing/functionObjects/forces/lnInclude \
3     -I$(LIB_SRC)/triSurface/lnInclude \
4     -I$(LIB_SRC)/meshTools/lnInclude \
5     -I$(LIB_SRC)/dynamicMesh/lnInclude \
6     -I$(LIB_SRC)/finiteVolume/lnInclude
8 LIB_LIBS = \
9     /*-lforces include in controlDict if needed */ \
10     -ltriSurface \
11     -lmeshTools \
12     -ldynamicMesh \
13     -lfiniteVolume