From: rnv Date: Fri, 11 Mar 2011 14:57:25 +0000 (+0000) Subject: Fix compilation error. X-Git-Tag: StartingPortingMED3~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6e4eb47f8907a3baabd9dcf8df134813c73d416e;p=modules%2Fsmesh.git Fix compilation error. --- diff --git a/src/SMESH_I/Makefile.am b/src/SMESH_I/Makefile.am index 32c44b368..6408edb06 100644 --- a/src/SMESH_I/Makefile.am +++ b/src/SMESH_I/Makefile.am @@ -110,6 +110,7 @@ libSMESHEngine_la_LDFLAGS = \ ../../idl/libSalomeIDLSMESH.la \ ../SMESH/libSMESHimpl.la \ ../SMDS/libSMDS.la \ + ../SMESHDS/libSMESHDS.la \ ../Controls/libSMESHControls.la \ $(KERNEL_LDFLAGS) \ -lSalomeContainer \