From: Richard Jones Date: Wed, 14 Oct 2009 10:24:33 +0000 (+0100) Subject: Add some missing EXTRA_DIST files. X-Git-Tag: 1.0.73~1 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=f57f338c3bd937e923e1ba7cc4791b9462192110;hp=d37f69795396ec2354eb2d8480d64b9e5bdafacc Add some missing EXTRA_DIST files. --- diff --git a/inspector/Makefile.am b/inspector/Makefile.am index 09a144c..058e565 100644 --- a/inspector/Makefile.am +++ b/inspector/Makefile.am @@ -17,7 +17,8 @@ EXTRA_DIST = \ run-inspector-locally \ - virt-inspector + virt-inspector \ + inspector_generator.ml dist_doc_DATA = \ virt-inspector.rng \ diff --git a/ocaml/examples/Makefile.am b/ocaml/examples/Makefile.am index 3b9901a..ab058b1 100644 --- a/ocaml/examples/Makefile.am +++ b/ocaml/examples/Makefile.am @@ -1,4 +1,8 @@ -EXTRA_DIST = LICENSE README lvs.ml viewer.ml Throbber.png Throbber.gif +EXTRA_DIST = \ + LICENSE README \ + lvs.ml \ + viewer.ml xmllight_loader.ml xmllight_loader.mli \ + Throbber.png Throbber.gif CLEANFILES = throbber.ml *.cmi *.cmo *.cmx *.o lvs