ia64/xen-unstable
changeset 6348:648c366d588b
Link xentop with ncurses. Distros generally do not ship
with basic curses.
with basic curses.
author | kaf24@firebug.cl.cam.ac.uk |
---|---|
date | Tue Aug 23 13:53:04 2005 +0000 (2005-08-23) |
parents | fa688e7baab9 |
children | 017a3a97ace2 |
files | tools/xenstat/xentop/Makefile |
line diff
1.1 --- a/tools/xenstat/xentop/Makefile Tue Aug 23 13:36:09 2005 +0000 1.2 +++ b/tools/xenstat/xentop/Makefile Tue Aug 23 13:53:04 2005 +0000 1.3 @@ -28,7 +28,7 @@ sbindir=$(prefix)/sbin 1.4 1.5 CFLAGS += -DGCC_PRINTF -Wall -Werror -I$(XEN_LIBXENSTAT) 1.6 LDFLAGS += -L$(XEN_LIBXENSTAT) 1.7 -LDLIBS += -lxenstat -lcurses 1.8 +LDLIBS += -lxenstat -lncurses 1.9 1.10 all: xentop 1.11