From 6f5c588bce69dc126a6726170dcb1bdb7f41d736 Mon Sep 17 00:00:00 2001 From: smh Date: Thu, 20 Oct 2005 08:37:45 +0000 Subject: [PATCH] Return back JR modifications --- src/AddComponent/Makefile.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/AddComponent/Makefile.in b/src/AddComponent/Makefile.in index 7660f60..5895c1a 100755 --- a/src/AddComponent/Makefile.in +++ b/src/AddComponent/Makefile.in @@ -41,7 +41,8 @@ EXPORT_HEADERS = \ # Libraries targets LIB = libAddComponentEngine.la LIB_SRC = \ - AddComponent_Impl.cxx + AddComponent_Impl.cxx \ + Adder_Impl.cxx LIB_SERVER_IDL = SALOME_ContainerManager.idl \ SALOME_Component.idl SALOME_Exception.idl \ @@ -49,12 +50,12 @@ LIB_SERVER_IDL = SALOME_ContainerManager.idl \ # Executables targets BIN = AddComponent_CheckOfUndefined -BIN_SRC = +BIN_SRC = HandleServerSideSignals.cxx 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+= -L${KERNEL_ROOT_DIR}/lib/salome -lSalomeContainer -lSalomeNS -lOpUtil -lRegistry -lSalomeNotification -lSALOMELocalTrace -lSalomeNS -lSalomeLifeCycleCORBA +LDFLAGS+= -g -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