]> SALOME platform Git repositories - modules/smesh.git/commitdiff
Salome HOME
add missing dependance
authorptv <ptv@opencascade.com>
Tue, 9 Dec 2008 10:55:59 +0000 (10:55 +0000)
committerptv <ptv@opencascade.com>
Tue, 9 Dec 2008 10:55:59 +0000 (10:55 +0000)
idl/Makefile.am

index 99950b821e3c4f5091c739657b45cb8b16068c95..ba78c9fc808ff557143f24d904a9ed0230e58cd6 100644 (file)
@@ -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@