From 9fc7450db5e4524316b5f6775a2d4015ccd43781 Mon Sep 17 00:00:00 2001 From: smh Date: Fri, 17 Jun 2005 04:31:07 +0000 Subject: [PATCH] SMH: Add generic obj into stubs --- src/CalculatorComponent/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CalculatorComponent/Makefile.in b/src/CalculatorComponent/Makefile.in index d09acb5..3d1b54e 100755 --- a/src/CalculatorComponent/Makefile.in +++ b/src/CalculatorComponent/Makefile.in @@ -40,7 +40,7 @@ LIB = libCalculatorEngine.la LIB_SRC = CalculatorEngine.cxx #LIB_SERVER_IDL = Calculator.idl SALOME_Exception.idl SALOME_Component.idl SALOMEDS.idl SALOMEDS_Attributes.idl MED.idl LIB_SERVER_IDL = Calculator.idl -LIB_CLIENT_IDL = SALOME_Exception.idl SALOME_Component.idl SALOMEDS.idl SALOMEDS_Attributes.idl MED.idl +LIB_CLIENT_IDL = SALOME_Exception.idl SALOME_Component.idl SALOMEDS.idl SALOME_GenericObj.idl SALOMEDS_Attributes.idl MED.idl # Executables targets BIN = BIN_SRC = -- 2.39.2