From b29ae948ebb897ea7e5e82abca12eda53d6ed467 Mon Sep 17 00:00:00 2001 From: prascle Date: Mon, 6 Oct 2008 08:08:38 +0000 Subject: [PATCH] PR: Needed by Bernard Secher. to check if any problem detected. --- src/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Makefile.am b/src/Makefile.am index d2e4b2738..368f6c0ee 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -110,9 +110,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