diff options
author | Richard Jones <rjones@redhat.com> | 2009-12-31 11:20:56 +0000 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-12-31 11:20:56 +0000 |
commit | 2e2eb15df010bbcc605c86b0714ad1ca796fc96d (patch) | |
tree | 8878e3beea77438687a2bfc371366a5781abee40 /ocaml | |
parent | 9ff1c97f04e8c0e513262893df71da0d31b34637 (diff) | |
download | libguestfs-2e2eb15df010bbcc605c86b0714ad1ca796fc96d.tar.gz libguestfs-2e2eb15df010bbcc605c86b0714ad1ca796fc96d.tar.xz libguestfs-2e2eb15df010bbcc605c86b0714ad1ca796fc96d.zip |
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.
Diffstat (limited to 'ocaml')
-rw-r--r-- | ocaml/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 |