Salome HOME
ENV: Windows porting.
[modules/kernel.git] / src / Makefile.in
index 4f4a247e76b79de86956df2fdbb8c3b2692f9764..df0e392ff8aad556b178b4c3f6692856ecb56ae2 100644 (file)
@@ -33,15 +33,15 @@ VPATH=.:@srcdir@
 @COMMENCE@
 
 SUBDIRS = SALOMELocalTrace SALOMETraceCollector Logger Utils \
-         CASCatch GenericObj MEDWrapper NamingService Registry \
+         CASCatch GenericObj NamingService Registry \
          ModuleCatalog DataTypeCatalog RessourcesCatalog \
           ResourcesManager Notification  NOTIFICATION_SWIG \
-         Container TestContainer LifeCycleCORBA HDFPersist \
-          SALOMEDSClient TOOLSDS SALOMEDSImpl SALOMEDS KERNEL_PY \
+         Container TestContainer LifeCycleCORBA LifeCycleCORBA_SWIG HDFPersist \
+         SALOMEDSClient TOOLSDS SALOMEDSImpl SALOMEDS KERNEL_PY \
          ModuleGenerator Communication
 
 ifeq (@mpi_ok@,yes)
-  SUBDIRS+= MPIContainer MPILifeCycleCORBA TestMPIContainer
+  SUBDIRS+= MPIContainer TestMPIContainer
 endif
 
 ifeq (@WITH_BATCH@,yes)
@@ -49,3 +49,4 @@ ifeq (@WITH_BATCH@,yes)
 endif
 
 @MODULE@
+