]> SALOME platform Git repositories - modules/med.git/commitdiff
Salome HOME
adding the compilation of the IDL file for the test of Corba class MED Client
authornadir <nadir>
Fri, 19 Sep 2003 07:53:42 +0000 (07:53 +0000)
committernadir <nadir>
Fri, 19 Sep 2003 07:53:42 +0000 (07:53 +0000)
to use MED classes in the Client side.

idl/Makefile.in

index c032fc6e254edb9bc927ff3fea4e7603e76189a8..434a0fec726ba2e7c1a0ccb8fff9c89daf01ccef 100644 (file)
@@ -12,7 +12,8 @@ VPATH=.:$(srcdir):${KERNEL_ROOT_DIR}/idl/salome
 
 IDL_FILES = \
   MED.idl \
-  Med_Gen.idl
+  Med_Gen.idl \
+  Compo1Py.idl
 
 PY_CLIENT_IDL = $(IDL_FILES)