From 841c0e67668fa65e75931450aaee68a2609463d4 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.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 767967b..35f2135 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,7 +2,7 @@ AUTOMAKE_OPTIONS = foreign 1.9 nostdinc -SUBDIRS = src tools +SUBDIRS = src DISTCHECK_CONFIGURE_FLAGS=@CONFIGURE_OPTIONS@ -- GitLab