From: akk Date: Wed, 26 Oct 2005 08:40:36 +0000 (+0000) Subject: Fix for compilation error. Header "SALOME_Exception.hh" now available for COMPONENT... X-Git-Tag: V3_1_0a3 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=7543b57e4d3831dc9a24c2e62037dcaa7aeaa4ed;p=samples%2Fcomponent.git Fix for compilation error. Header "SALOME_Exception.hh" now available for COMPONENT compilation. --- 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