From 7543b57e4d3831dc9a24c2e62037dcaa7aeaa4ed Mon Sep 17 00:00:00 2001 From: akk Date: Wed, 26 Oct 2005 08:40:36 +0000 Subject: [PATCH] Fix for compilation error. Header "SALOME_Exception.hh" now available for COMPONENT compilation. --- src/AdditionComponent/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AdditionComponent/Makefile.in b/src/AdditionComponent/Makefile.in index b1780fd..36bd886 100755 --- a/src/AdditionComponent/Makefile.in +++ b/src/AdditionComponent/Makefile.in @@ -51,7 +51,7 @@ LIB_SERVER_IDL = SALOME_ContainerManager.idl \ # Executables targets BIN = AdditionComponent_CheckOfUndefined BIN_SRC = -BIN_SERVER_IDL = +BIN_SERVER_IDL = SALOME_Exception.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 -- 2.39.2