summaryrefslogtreecommitdiffstats
path: root/examples
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 /examples
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 'examples')
-rw-r--r--examples/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile.in b/examples/Makefile.in
index fde78a6..179b360 100644
--- a/examples/Makefile.in
+++ b/examples/Makefile.in
@@ -1,4 +1,4 @@
-OCAMLCPACKAGES := -package extlib,unix -I ../libvirt
+OCAMLCPACKAGES := -package unix -I ../libvirt
OCAMLCFLAGS := -g
OCAMLCLIBS := -linkpkg