]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
Autotools forever.
authorageay <ageay>
Tue, 13 Mar 2012 12:15:27 +0000 (12:15 +0000)
committerageay <ageay>
Tue, 13 Mar 2012 12:15:27 +0000 (12:15 +0000)
src/MEDPartitioner/Makefile.am

index 7818a908fa4495af872866c122ace5fe447a01d7..2198762f9d6afa68d90e0ce94b130b057c06f437 100644 (file)
@@ -75,17 +75,20 @@ if MPI_IS_OK
                                        MEDPARTITIONER_ParallelTopology.cxx \
                                        MEDPARTITIONER_ParaDomainSelector.cxx
 
-  if MED_ENABLE_PARMETIS
+if MED_ENABLE_PARMETIS
     dist_libmedpartitioner_la_SOURCES += MEDPARTITIONER_MetisGraph.cxx
     libmedpartitioner_la_CPPFLAGS += $(PARMETIS_CPPFLAGS)
     libmedpartitioner_la_LDFLAGS += $(PARMETIS_LIBS)
-  endif
+endif
+
 else !MPI_IS_OK
-  if MED_ENABLE_METIS
+
+if MED_ENABLE_METIS
     dist_libmedpartitioner_la_SOURCES += MEDPARTITIONER_MetisGraph.cxx
     libmedpartitioner_la_CPPFLAGS += $(METIS_CPPFLAGS)
     libmedpartitioner_la_LDFLAGS += $(METIS_LIBS)
-  endif
+endif
+
 endif
 
 if MED_ENABLE_SCOTCH