From: vsr Date: Tue, 30 Oct 2012 06:55:19 +0000 (+0000) Subject: Porting to med 3.0.6 / Win32 compatibility / Replace dependency on libmed (fortran... X-Git-Tag: V6_6_0b1~1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=71d97c9ab5b10c3ab11e33688955d9d79996db07;p=modules%2Fhomard.git Porting to med 3.0.6 / Win32 compatibility / Replace dependency on libmed (fortran API) by libmedC --- diff --git a/src/HOMARD_I/Makefile.am b/src/HOMARD_I/Makefile.am index 86c0c4b5..a363abf9 100644 --- a/src/HOMARD_I/Makefile.am +++ b/src/HOMARD_I/Makefile.am @@ -71,7 +71,7 @@ libHOMARDEngine_la_LDFLAGS = \ ../../idl/libSalomeIDLHOMARD.la \ ../HOMARD/libHOMARDImpl.la \ $(KERNEL_LDFLAGS) \ - $(MED3_LIBS) \ + $(MED3_LIBS_C_ONLY) \ -lSalomeContainer \ -lSalomeNS \ -lRegistry \ @@ -80,5 +80,4 @@ libHOMARDEngine_la_LDFLAGS = \ -lTOOLSDS \ -lSalomeGenericObj \ $(SMESH_LDFLAGS) \ - -lSalomeIDLSMESH \ - -lSMESHClient + -lSalomeIDLSMESH