From: vsr Date: Tue, 26 Apr 2011 06:13:06 +0000 (+0000) Subject: Fix make distcheck problem X-Git-Tag: V6_3_0b1~30 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=78f6bcf18236128808e71ae1fedbcd5a77f2b6b8;p=modules%2Fsmesh.git Fix make distcheck problem --- 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