Salome HOME
Test executables for study of Supervision Memory Leaks
[samples/component.git] / idl / Makefile.in
index bf0124219dcfd181780923138ed8dc81866ec46a..86664b74aa5d9866966bef59d1be7e87b64bdadc 100644 (file)
@@ -11,15 +11,18 @@ VPATH=.:${KERNEL_ROOT_DIR}/idl/salome
 @COMMENCE@
 
 IDL_FILES = \
-       AddComponent.idl \
-        MulComponent.idl \
-       SyrControlComponent.idl \
-       DivComponent.idl \
-        SubComponent.idl \
-       FactorialComponent.idl \
-       SyrComponent.idl \
-       TypesCheck.idl \
-       Calculator.idl
+  AddComponent.idl \
+  DivComponent.idl \
+  FactorialComponent.idl \
+  MulComponent.idl \
+  SubComponent.idl \
+  SyrComponent.idl \
+  SyrControlComponent.idl \
+  TypesCheck.idl \
+  DataStreamComponent.idl \
+  SIGNALSComponent.idl \
+  UndefinedSymbolComponent.idl \
+  Calculator.idl
 
 PY_CLIENT_IDL = $(IDL_FILES)