From 2e2eb15df010bbcc605c86b0714ad1ca796fc96d Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Thu, 31 Dec 2009 11:20:56 +0000 Subject: Remove separate inspector_generator.ml, combine this with generator.ml. This commit combines the previously separate "inspector_generator.ml" program which generated bindings for virt-inspector. Having two separate programs caused no end of troubles for developers, so we now combine them into a single program. NOTE: OCaml xml-light is now *required* in order to rebuild the generated code. --- ocaml/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ocaml') diff --git a/ocaml/Makefile.am b/ocaml/Makefile.am index 5b51497f..38238f69 100644 --- a/ocaml/Makefile.am +++ b/ocaml/Makefile.am @@ -20,6 +20,8 @@ include $(top_srcdir)/subdir-rules.mk generator_built = \ guestfs.mli \ guestfs.ml \ + guestfs_inspector.mli \ + guestfs_inspector.ml \ guestfs_c_actions.c \ bindtests.ml -- cgit