From 2d7d2c1daff86218452fccc36b47a6e19deb9685 Mon Sep 17 00:00:00 2001
From: Yalu Zhang <yalu.zhang@iopsys.eu>
Date: Mon, 14 Jan 2019 13:50:52 +0100
Subject: [PATCH] Remove tools from the default build in order to eliminate the
 dependency to lib-cli

---
 Makefile.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index 0d05b44..e03387e 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -359,7 +359,7 @@ top_build_prefix = @top_build_prefix@
 top_builddir = @top_builddir@
 top_srcdir = @top_srcdir@
 AUTOMAKE_OPTIONS = foreign 1.9 nostdinc
-SUBDIRS = src tools
+SUBDIRS = src
 DISTCHECK_CONFIGURE_FLAGS = @CONFIGURE_OPTIONS@
 fapi_docdir = ${prefix}/doc/${PACKAGE}
 fapi_doc_DATA = \
-- 
GitLab