diff mbox series

[v4,3/9] configure: enable helper-linux in distcheck options

Message ID 1504112406-3108-4-git-send-email-odpbot@yandex.ru
State New
Headers show
Series [v4,1/9] configure: enable all tests by default | expand

Commit Message

Github ODP bot Aug. 30, 2017, 5 p.m. UTC
From: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>


Signed-off-by: Dmitry Eremin-Solenikov <dmitry.ereminsolenikov@linaro.org>

---
/** Email created from pull request 155 (lumag:improve-build-2)
 ** https://github.com/Linaro/odp/pull/155
 ** Patch: https://github.com/Linaro/odp/pull/155.patch
 ** Base sha: 7508c5ac906bb7cb1d339b4c5e924f3a18e504ca
 ** Merge commit sha: 82cd6ec8e88e93808778f00e24852395a62ae20b
 **/
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/Makefile.am b/Makefile.am
index 7398499c..6c43679e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,6 @@ 
 ACLOCAL_AMFLAGS=-I m4
 AM_DISTCHECK_CONFIGURE_FLAGS = --enable-user-guides	\
+			       --enable-helper-linux	\
 			       --with-testdir
 
 #@with_platform@ works alone in subdir but not as part of a path???