summaryrefslogtreecommitdiffstats
path: root/mlvirtmanager
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2008-01-04 16:25:24 +0000
committerRichard W.M. Jones <rjones@redhat.com>2008-01-04 16:25:24 +0000
commit1e65c6c293a0f7917e87438330e2583bd38758dd (patch)
tree136898f0cb83f8c79d6dada4f627db29728693fa /mlvirtmanager
parenta8e571097acd0624c6803c878d09c930055cfd39 (diff)
downloadvirt-top-1e65c6c293a0f7917e87438330e2583bd38758dd.tar.gz
virt-top-1e65c6c293a0f7917e87438330e2583bd38758dd.tar.xz
virt-top-1e65c6c293a0f7917e87438330e2583bd38758dd.zip
Make extlib an optional dependency.
* Makefile.in, README, configure.ac, examples/Makefile.in, libvirt/Makefile.in, mlvirtmanager/Makefile.in: Much code doesn't really need extlib, so make it optional. Bail earlier in configure step if we don't have ocamlfind.
Diffstat (limited to 'mlvirtmanager')
-rw-r--r--mlvirtmanager/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/mlvirtmanager/Makefile.in b/mlvirtmanager/Makefile.in
index 15e55c6..5bcb84c 100644
--- a/mlvirtmanager/Makefile.in
+++ b/mlvirtmanager/Makefile.in
@@ -21,7 +21,7 @@ prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
-OCAMLCPACKAGES := -package extlib,unix,lablgtk2 -I ../libvirt
+OCAMLCPACKAGES := -package unix,lablgtk2 -I ../libvirt
OCAMLCFLAGS := -g
OCAMLCLIBS := -linkpkg