From: ptv Date: Tue, 9 Dec 2008 10:55:59 +0000 (+0000) Subject: add missing dependance X-Git-Tag: Phase8_Part1_16122008~8 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=66181f31406c3c2a53e43668d7e38d93ff405886;p=modules%2Fsmesh.git add missing dependance --- diff --git a/idl/Makefile.am b/idl/Makefile.am index 99950b821..ba78c9fc8 100644 --- a/idl/Makefile.am +++ b/idl/Makefile.am @@ -66,7 +66,8 @@ libSalomeIDLSMESH_la_LDFLAGS = -no-undefined -version-info=0:0:0 libSalomeIDLSMESH_la_LIBADD = \ @CORBA_LIBS@ \ $(MED_LDFLAGS) -lSalomeIDLMED \ - $(GEOM_LDFLAGS) -lSalomeIDLGEOM + $(GEOM_LDFLAGS) -lSalomeIDLGEOM \ + $(KERNEL_LDFLAGS) -lSalomeIDLKernel # These variables defines the building process of CORBA files OMNIORB_IDL = @OMNIORB_IDL@