From 2661e8197762d240c1bac50ef78aa97bd3f9e8d7 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Thu, 18 Dec 2014 12:39:49 +0100 Subject: [PATCH] Build fix second attempt. Declare the dependency of top and watch to the ncurses headers. --- src/bin/Jamfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/bin/Jamfile b/src/bin/Jamfile index 26b07c7898..b4f14890e8 100644 --- a/src/bin/Jamfile +++ b/src/bin/Jamfile @@ -68,6 +68,9 @@ StdBinCommands } # standard commands that need libncurses.a +Includes [ FGristFiles top.c watch.c ] + : [ BuildFeatureAttribute ncurses : headers ] ; + StdBinCommands top.c watch.c