From: secher Date: Wed, 1 Oct 2008 11:57:08 +0000 (+0000) Subject: who have commented this lines? X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=340301373853098e44c6b4107c842f10003fc4d6;p=modules%2Fkernel.git who have commented this lines? --- diff --git a/src/Makefile.am b/src/Makefile.am index 681c55a3d..1fb6e77a2 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -114,9 +114,9 @@ if CORBA_GEN SUBDIRS += $(SUBDIR_CORBA) endif -#if MPI_IS_OK -# SUBDIRS += $(SUBDIR_MPI) -#endif +if MPI_IS_OK + SUBDIRS += $(SUBDIR_MPI) +endif if CPPUNIT_IS_OK if CORBA_GEN