Salome HOME
Join modifications from branch V3_1_0_For_CCRT
[samples/component.git] / src / TestFunctions / Makefile.in
index 961205b5ab5d49d6973942ddbd38848e07dfac28..10559fdd9ea7061aff232aaeeb2aec4ebd50f363 100644 (file)
@@ -51,12 +51,13 @@ BIN = TestFunctions \
        TestFunctionsMemory4
 BIN_SRC = 
 BIN_CLIENT_IDL = SALOME_Component.idl \
+                 SALOME_ContainerManager.idl \
                  AddComponent.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 -lSalomeNS -lOpUtil 
 
+LIBSFORBIN= $(LIBS)
 LDFLAGSFORBIN+= -L${KERNEL_ROOT_DIR}/lib/salome -lSalomeLifeCycleCORBA -lSalomeNS -lOpUtil 
 
 @CONCLUDE@