From 3b88c76df6ef9d183125defd802a8625bb61b6e5 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 8 Jul 2013 16:27:36 +0200 Subject: configure, Makefile: Conditionally build tools Instead of halting out the entire build build if one dependency is not available, only exclude the tools that link against it from building. The configure script will now print a list of all tools that will be built -- and in case some libaries are not available -- that will not be built. Also add checks for libcli and libnet which mausezahn depends on. Signed-off-by: Tobias Klauser --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index dc39aa4..36ec443 100644 --- a/Makefile +++ b/Makefile @@ -13,6 +13,7 @@ SUBLEVEL = 8 EXTRAVERSION = -rc0 NAME = Ziggomatic +TOOLS ?= $(CONFIG_TOOLS) TOOLS ?= netsniff-ng trafgen astraceroute flowtop ifpps bpfc curvetun mausezahn # For packaging purposes, prefix can define a different path. -- cgit v1.2.3-54-g00ecf