From d8e3956b308f82dae15f407d80f67067eddf3865 Mon Sep 17 00:00:00 2001 From: vsr Date: Wed, 7 Aug 2013 04:49:03 +0000 Subject: [PATCH] Fix pb of make distcheck --- src/Makefile.am | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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 -- 2.39.2