From f2bd3435822c273293dafa2e0fa744e1c020e186 Mon Sep 17 00:00:00 2001 From: inv Date: Thu, 22 Mar 2012 06:06:02 +0000 Subject: [PATCH] Fix problem of make distcheck --- src/MEDPartitioner/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/MEDPartitioner/Makefile.am b/src/MEDPartitioner/Makefile.am index b04a9a0ad..85527afc9 100644 --- a/src/MEDPartitioner/Makefile.am +++ b/src/MEDPartitioner/Makefile.am @@ -40,7 +40,8 @@ MEDPARTITIONER_Utils.hxx \ MEDPARTITIONER.hxx \ MEDPARTITIONER_ParaDomainSelector.hxx \ MEDPARTITIONER_ConnectZone.hxx \ -MEDPARTITIONER_SkyLineArray.hxx +MEDPARTITIONER_SkyLineArray.hxx \ +MEDPARTITIONER_Topology.hxx if MED_ENABLE_PARMETIS -- 2.39.2