From: vsr Date: Tue, 30 Oct 2012 07:09:58 +0000 (+0000) Subject: Porting to med 3.0.6 / Win32 compatibility / Replace dependency on libmed (fortran... X-Git-Tag: V6_6_0b1 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9b2c81c3542a2adfd2e60c88495963d9d6230bc1;p=modules%2Fhomard.git Porting to med 3.0.6 / Win32 compatibility / Replace dependency on libmed (fortran API) by libmedC --- diff --git a/src/HOMARDGUI/Makefile.am b/src/HOMARDGUI/Makefile.am index a1b64618..ae5f5bc7 100644 --- a/src/HOMARDGUI/Makefile.am +++ b/src/HOMARDGUI/Makefile.am @@ -119,7 +119,7 @@ libHOMARD_la_LDFLAGS = \ ../../idl/libSalomeIDLHOMARD.la \ ../HOMARD_I/libHOMARDEngine.la \ $(KERNEL_LDFLAGS) \ - $(MED3_LIBS) \ + $(MED3_LIBS_C_ONLY) \ -lSalomeLifeCycleCORBA \ $(GUI_LDFLAGS) \ -lSalomeApp \