From: adam Date: Thu, 26 Feb 2009 15:02:59 +0000 (+0000) Subject: Compatibility windows X-Git-Tag: V5_1_1a2~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=96fede33b37eefdf457b01d27b0f3f5ea62132b1;p=modules%2Fsmesh.git Compatibility windows --- diff --git a/src/DriverMED/Makefile.am b/src/DriverMED/Makefile.am index 3207132f8..5b795f8ae 100644 --- a/src/DriverMED/Makefile.am +++ b/src/DriverMED/Makefile.am @@ -70,8 +70,9 @@ libMeshDriverMED_la_CPPFLAGS = \ -I$(top_builddir)/salome_adm/unix libMeshDriverMED_la_LDFLAGS = \ + $(BOOST_LIBS) \ ../Driver/libMeshDriver.la \ - $(MED_LDFLAGS) -lMEDWrapper + $(MED_LDFLAGS) -lMEDWrapper -lMEDWrapperBase -lMEDWrapper_V2_1 -lMEDWrapper_V2_2 MED_Test_CPPFLAGS = \