From 340301373853098e44c6b4107c842f10003fc4d6 Mon Sep 17 00:00:00 2001 From: secher Date: Wed, 1 Oct 2008 11:57:08 +0000 Subject: [PATCH] who have commented this lines? --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2