From ffb198d44a41e28e21c3191d3a09cf3fa5ff8db8 Mon Sep 17 00:00:00 2001 From: smh Date: Thu, 20 Oct 2005 08:36:50 +0000 Subject: [PATCH] Add SALOME_Exception.idl --- src/AddComponent/Makefile.in | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/AddComponent/Makefile.in b/src/AddComponent/Makefile.in index 4bb98f1..7660f60 100755 --- a/src/AddComponent/Makefile.in +++ b/src/AddComponent/Makefile.in @@ -41,21 +41,20 @@ EXPORT_HEADERS = \ # Libraries targets LIB = libAddComponentEngine.la LIB_SRC = \ - AddComponent_Impl.cxx \ - Adder_Impl.cxx + AddComponent_Impl.cxx LIB_SERVER_IDL = SALOME_ContainerManager.idl \ - SALOME_Component.idl \ + SALOME_Component.idl SALOME_Exception.idl \ AddComponent.idl # Executables targets BIN = AddComponent_CheckOfUndefined -BIN_SRC = HandleServerSideSignals.cxx +BIN_SRC = BIN_SERVER_IDL = CPPFLAGS+= $(PYTHON_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome CXXFLAGS= -g -D_DEBUG_ -D__x86__ -D__linux__ $(PYTHON_INCLUDES) -ftemplate-depth-42 -Wall -I${KERNEL_ROOT_DIR}/include/salome -LDFLAGS+= -g -L${KERNEL_ROOT_DIR}/lib/salome -lSalomeContainer -lSalomeNS -lOpUtil -lRegistry -lSalomeNotification -lSALOMELocalTrace -lSalomeNS -lSalomeLifeCycleCORBA +LDFLAGS+= -L${KERNEL_ROOT_DIR}/lib/salome -lSalomeContainer -lSalomeNS -lOpUtil -lRegistry -lSalomeNotification -lSALOMELocalTrace -lSalomeNS -lSalomeLifeCycleCORBA LDFLAGSFORBIN+= -L${KERNEL_ROOT_DIR}/lib/salome -lSalomeContainer -lSalomeNS -lOpUtil -lRegistry -lSalomeNotification -lSALOMELocalTrace -- 2.39.2