Build fix second attempt.

Declare the dependency of top and watch to the ncurses headers.
This commit is contained in:
Adrien Destugues 2014-12-18 12:39:49 +01:00
parent 59b1706013
commit 2661e81977
1 changed files with 3 additions and 0 deletions

View File

@ -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