summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Jones <rjones@trick.home.annexia.org>2009-10-05 15:36:07 +0100
committerRichard Jones <rjones@trick.home.annexia.org>2009-10-05 15:36:07 +0100
commit2624e889aa00a2027ebb96d0b12ff1347292e830 (patch)
tree61023f2e7d9f216354e878cd026732265e2d0030
parent8f1ee665c0af7e9755e7f7c37341845c52957138 (diff)
downloadvirt-top-2624e889aa00a2027ebb96d0b12ff1347292e830.tar.gz
virt-top-2624e889aa00a2027ebb96d0b12ff1347292e830.tar.xz
virt-top-2624e889aa00a2027ebb96d0b12ff1347292e830.zip
Don't need to explicitly link against ncurses.
-rwxr-xr-xvirt-top/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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)