From 66181f31406c3c2a53e43668d7e38d93ff405886 Mon Sep 17 00:00:00 2001 From: ptv Date: Tue, 9 Dec 2008 10:55:59 +0000 Subject: [PATCH] add missing dependance --- idl/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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@ -- 2.39.2