From: vsr Date: Wed, 7 Aug 2013 04:49:03 +0000 (+0000) Subject: Fix pb of make distcheck X-Git-Tag: V7_3_0a1~25 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=d8e3956b308f82dae15f407d80f67067eddf3865;p=modules%2Fhexablock.git Fix pb of make distcheck --- diff --git a/src/Makefile.am b/src/Makefile.am index 00425cf..8fc5643 100755 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -19,12 +19,11 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am -##DIST_SUBDIRS = HEXABLOCK HEXABLOCK_SWIG TEST_PY TEST_CPP -DIST_SUBDIRS = HEXABLOCK HEXABLOCK_SWIG TEST_PY -SUBDIRS = HEXABLOCK HEXABLOCK_SWIG TEST_PY +DIST_SUBDIRS = HEXABLOCK HEXABLOCK_SWIG TEST_PY TEST_CPP + +SUBDIRS = HEXABLOCK HEXABLOCK_SWIG TEST_PY if HEXABLOCK_ENABLE_GUI - DIST_SUBDIRS += HEXABLOCKGUI SUBDIRS += HEXABLOCKGUI endif