From: vsr Date: Wed, 7 Aug 2013 05:30:42 +0000 (+0000) Subject: Fix pb of make distcheck X-Git-Tag: V7_3_0a1~23 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=ab17bce50c902b90eaddf8f98a78105a2cfbe20e;p=modules%2Fhexablock.git Fix pb of make distcheck --- diff --git a/src/HEXABLOCK/Makefile.am b/src/HEXABLOCK/Makefile.am index 342b094..8aa0967 100755 --- a/src/HEXABLOCK/Makefile.am +++ b/src/HEXABLOCK/Makefile.am @@ -122,6 +122,7 @@ dist_libHEXABLOCKEngine_la_SOURCES = \ HexElements_del.cxx \ HexWitness.cxx \ Hex_salome.cxx \ + test_unit.hxx \ test_hexa6.cxx \ HexKas_functions.cxx diff --git a/src/HEXABLOCK_SWIG/Makefile.am b/src/HEXABLOCK_SWIG/Makefile.am index 0e5b3d3..2316415 100755 --- a/src/HEXABLOCK_SWIG/Makefile.am +++ b/src/HEXABLOCK_SWIG/Makefile.am @@ -38,7 +38,7 @@ BUILT_SOURCES = \ hexablock_swig_wrap.cc _hexablock_swig_la_SOURCES = \ - hexablock_swig_wrap.cc + hexablock_swig_wrap.cc hexablock_swig.i _hexablock_swig_la_CPPFLAGS = \ $(KERNEL_CXXFLAGS) \