From: adam Date: Thu, 22 Apr 2010 12:36:43 +0000 (+0000) Subject: Fix compilation on windows ... X-Git-Tag: V5_1_4rc1~32 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=69157b62ee25684027814c8ef08b0140d41037e9 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. --- 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= \