From a9ea67f54a1bb8f9b0349b4488688ccce5679404 Mon Sep 17 00:00:00 2001 From: wyldckat Date: Sun, 13 Apr 2014 10:17:28 +0100 Subject: [PATCH] vtkPV4Foam/Make/options: Added missing reference to '-lfoam', through using the generic the more '-l$(WM_PROJECT)' reference. --- .../graphics/PV4FoamReader/vtkPV4Foam/Make/options | 1 + 1 file changed, 1 insertion(+) diff --git a/applications/utilities/postProcessing/graphics/PV4FoamReader/vtkPV4Foam/Make/options b/applications/utilities/postProcessing/graphics/PV4FoamReader/vtkPV4Foam/Make/options index 879a02de4..eed716426 100644 --- a/applications/utilities/postProcessing/graphics/PV4FoamReader/vtkPV4Foam/Make/options +++ b/applications/utilities/postProcessing/graphics/PV4FoamReader/vtkPV4Foam/Make/options @@ -6,6 +6,7 @@ EXE_INC = \ -I../PV4FoamReader LIB_LIBS = \ + -l$(WM_PROJECT) \ -lfiniteVolume \ -llagrangian \ -lmeshTools \