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. --- java/Makefile.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'java') diff --git a/java/Makefile.inc b/java/Makefile.inc index c76184f1..1f98ef2d 100644 --- a/java/Makefile.inc +++ b/java/Makefile.inc @@ -1,5 +1,6 @@ # libguestfs generated file -# WARNING: THIS FILE IS GENERATED BY 'src/generator.ml'. +# WARNING: THIS FILE IS GENERATED FROM: +# src/generator.ml # ANY CHANGES YOU MAKE TO THIS FILE WILL BE LOST. # # Copyright (C) 2009 Red Hat Inc. -- cgit