From f57f338c3bd937e923e1ba7cc4791b9462192110 Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Wed, 14 Oct 2009 11:24:33 +0100 Subject: [PATCH] Add some missing EXTRA_DIST files. --- inspector/Makefile.am | 3 ++- ocaml/examples/Makefile.am | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) 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 -- 1.8.3.1