summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--virt-df/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/virt-df/Makefile.in b/virt-df/Makefile.in
index 13d386e..1f3af53 100644
--- a/virt-df/Makefile.in
+++ b/virt-df/Makefile.in
@@ -65,7 +65,7 @@ virt-df: $(OBJS)
virt-df.opt: $(XOBJS)
ocamlfind ocamlopt \
$(OCAMLOPTPACKAGES) $(OCAMLOPTFLAGS) $(OCAMLOPTLIBS) \
- ../libvirt/mllibvirt.cmxa -cclib -lncurses -o $@ $^
+ ../libvirt/mllibvirt.cmxa -o $@ $^
# Manual page.
ifeq ($(HAVE_PERLDOC),perldoc)