From: Richard Jones Date: Mon, 5 Oct 2009 14:36:07 +0000 (+0100) Subject: Don't need to explicitly link against ncurses. X-Git-Tag: 1.0.4~5 X-Git-Url: http://git.annexia.org/?p=virt-top.git;a=commitdiff_plain;h=2624e889aa00a2027ebb96d0b12ff1347292e830;hp=8f1ee665c0af7e9755e7f7c37341845c52957138 Don't need to explicitly link against ncurses. --- 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)