From 78f6bcf18236128808e71ae1fedbcd5a77f2b6b8 Mon Sep 17 00:00:00 2001 From: vsr Date: Tue, 26 Apr 2011 06:13:06 +0000 Subject: [PATCH] Fix make distcheck problem --- src/Tools/MeshCut/Makefile.am | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/Tools/MeshCut/Makefile.am b/src/Tools/MeshCut/Makefile.am index 5862200f7..38adf9195 100644 --- a/src/Tools/MeshCut/Makefile.am +++ b/src/Tools/MeshCut/Makefile.am @@ -24,11 +24,18 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am bin_PROGRAMS = MeshCut MeshCut_SOURCES = \ + MeshCut_Globals.hxx \ + MeshCut_Carre.hxx \ MeshCut_Carre.cxx \ + MeshCut_Cube.hxx \ MeshCut_Cube.cxx \ + MeshCut_Maillage.hxx \ MeshCut_Maillage.cxx \ + MeshCut_Fonctions.hxx \ MeshCut_Fonctions.cxx \ + MeshCut_Utils.hxx \ MeshCut_Utils.cxx \ + MeshCut_Cas.hxx \ MeshCut_Cas.cxx \ MeshCut_DC.cxx -- 2.39.2