From 69157b62ee25684027814c8ef08b0140d41037e9 Mon Sep 17 00:00:00 2001 From: adam Date: Thu, 22 Apr 2010 12:36:43 +0000 Subject: [PATCH] Fix compilation on windows ... May be it can create problems on linux when linking to native libs but in accordance with Vadim, I integrate this modification and we will fix problem later if necessary. --- src/StdMeshersGUI/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/StdMeshersGUI/Makefile.am b/src/StdMeshersGUI/Makefile.am index a8d261a0c..7e76cbe67 100644 --- a/src/StdMeshersGUI/Makefile.am +++ b/src/StdMeshersGUI/Makefile.am @@ -94,7 +94,8 @@ libStdMeshersGUI_la_LDFLAGS = \ ../SMESHGUI/libSMESH.la \ ../OBJECT/libSMESHObject.la \ $(GUI_LDFLAGS) -lSalomeApp \ - $(CAS_LDPATH) -lTKernel -lTKBO -lTKAdvTools + $(CAS_LDPATH) -lTKernel -lTKBO -lTKAdvTools \ + $(QWT_LIBS) # resources files nodist_salomeres_DATA= \ -- 2.30.2