From 2624e889aa00a2027ebb96d0b12ff1347292e830 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Mon, 5 Oct 2009 15:36:07 +0100 Subject: Don't need to explicitly link against ncurses. --- virt-top/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/virt-top/Makefile.in b/virt-top/Makefile.in index e471f93..2eedf89 100755 --- a/virt-top/Makefile.in +++ b/virt-top/Makefile.in @@ -83,7 +83,7 @@ virt-top: $(OBJS) virt-top.opt: $(XOBJS) ocamlfind ocamlopt \ $(OCAMLOPTPACKAGES) $(OCAMLOPTFLAGS) $(OCAMLOPTLIBS) \ - -cclib -lncurses -o $@ $^ + -o $@ $^ # Manual page. ifeq ($(HAVE_PERLDOC),perldoc) -- cgit