From d525103c8621f6ff0293311a8e8f9ac0c3580805 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 30 Sep 2009 15:32:41 +0100 Subject: OCaml viewer: Use ocamlduce to replace xpath code. --- ocaml/examples/Makefile.am | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ocaml/examples/Makefile.am') diff --git a/ocaml/examples/Makefile.am b/ocaml/examples/Makefile.am index d088c4a9..b516647d 100644 --- a/ocaml/examples/Makefile.am +++ b/ocaml/examples/Makefile.am @@ -13,11 +13,11 @@ if BUILD_OCAML_VIEWER noinst_SCRIPTS += viewer -viewer: throbber.ml viewer.ml - $(OCAMLFIND) ocamlopt \ +viewer: throbber.ml xmllight_loader.mli xmllight_loader.ml viewer.ml + ocamlducefind opt \ -warn-error A \ -thread \ - -package libvirt,lablgtk2,extlib,xml-light,threads -I .. \ + -package libvirt,lablgtk2,extlib,xml-light,ocamlduce,threads -I .. \ -predicates init,threads \ -linkpkg mlguestfs.cmxa gtkThread.cmx \ $^ -o $@ -- cgit