From: vsr Date: Mon, 16 Apr 2007 15:11:28 +0000 (+0000) Subject: Add missing CORBA stubs to the Makefile (not compiled at some platforms) X-Git-Tag: T_EDF_15278 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=4a477da67fd5d836b3e5f23d2b9dfb955efd2ad2;p=plugins%2Fhybridplugin.git Add missing CORBA stubs to the Makefile (not compiled at some platforms) --- diff --git a/src/Makefile.in b/src/Makefile.in index 42bd7ff..c7f4b25 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -42,6 +42,11 @@ LIB_SRC = \ LIB_SERVER_IDL = GHS3DPlugin_Algorithm.idl +LIB_CLIENT_IDL = \ + SALOME_Exception.idl \ + SALOME_GenericObj.idl \ + SMESH_Hypothesis.idl + # Libraries targets LIB = libGHS3DEngine.la