From ab17bce50c902b90eaddf8f98a78105a2cfbe20e Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 7 Aug 2013 05:30:42 +0000 Subject: [PATCH] Fix pb of make distcheck --- src/HEXABLOCK/Makefile.am | 1 + src/HEXABLOCK_SWIG/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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) \ -- 2.39.2