Salome HOME
Fix make distcheck problem
authorvsr <vsr@opencascade.com>
Tue, 26 Apr 2011 06:13:06 +0000 (06:13 +0000)
committervsr <vsr@opencascade.com>
Tue, 26 Apr 2011 06:13:06 +0000 (06:13 +0000)
src/Tools/MeshCut/Makefile.am

index 5862200f73d3083cf4704b54b9f2718d8183c216..38adf91950b8c052bc0b61af61348722ddf6e584 100644 (file)
@@ -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