]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
Providing compatibility
authormaintenance team <salome-mnt@opencascade.com>
Wed, 21 Nov 2007 12:32:51 +0000 (12:32 +0000)
committermaintenance team <salome-mnt@opencascade.com>
Wed, 21 Nov 2007 12:32:51 +0000 (12:32 +0000)
src/SMESHClient/Makefile.am
src/SMESH_I/Makefile.am

index 9660c5a37d32bd1b2b7e9c652bae848d8b5ac64e..6b854e740bdc837becd808f74eb3e3b4fbc25e7d 100644 (file)
@@ -71,6 +71,8 @@ libSMESHClient_la_LDFLAGS  = \
        ../SMESHDS/libSMESHDS.la \
        ../Controls/libSMESHControls.la \
        $(KERNEL_LDFLAGS) -lSalomeLifeCycleCORBA \
+       $(GEOM_LDFLAGS) -lNMTDS \
+       $(MED_LDFLAGS) -lMEDWrapper_V2_2 -lMEDWrapper_V2_1 \
        $(CAS_KERNEL)
 
 SMESHClientBin_CPPFLAGS = \
index a3c28ccd509245d2d67d866555f1983a5dd67ce8..51f6177f04a83d09f8003b55d8e2db022a261c71 100644 (file)
@@ -113,6 +113,8 @@ libSMESHEngine_la_LDFLAGS  = \
        -lSalomeGenericObj \
        $(GEOM_LDFLAGS) \
        -lGEOMClient \
+       $(MED_LDFLAGS) \
+       -lMEDWrapper_V2_2 \
        $(CAS_LDPATH) \
        -lTKCDF \
        -lTKBO \