aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xenstat/xentop
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-08-23 13:53:04 +0000
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2005-08-23 13:53:04 +0000
commitbbc5a204a1f7a27d741502a56d53b3d686b15bde (patch)
treeb1bfe5c2e4d736a31524113434337d7ce725ef05 /tools/xenstat/xentop
parent19c86497c60ca4a8222a50301866f6dfd7641a6d (diff)
downloadxen-bbc5a204a1f7a27d741502a56d53b3d686b15bde.tar.gz
xen-bbc5a204a1f7a27d741502a56d53b3d686b15bde.tar.bz2
xen-bbc5a204a1f7a27d741502a56d53b3d686b15bde.zip
Link xentop with ncurses. Distros generally do not ship
with basic curses.
Diffstat (limited to 'tools/xenstat/xentop')
-rw-r--r--tools/xenstat/xentop/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xenstat/xentop/Makefile b/tools/xenstat/xentop/Makefile
index b14b4b7657..633fd57064 100644
--- a/tools/xenstat/xentop/Makefile
+++ b/tools/xenstat/xentop/Makefile
@@ -28,7 +28,7 @@ sbindir=$(prefix)/sbin
CFLAGS += -DGCC_PRINTF -Wall -Werror -I$(XEN_LIBXENSTAT)
LDFLAGS += -L$(XEN_LIBXENSTAT)
-LDLIBS += -lxenstat -lcurses
+LDLIBS += -lxenstat -lncurses
all: xentop