diff options
author | Richard Jones <rjones@redhat.com> | 2009-10-14 11:24:33 +0100 |
---|---|---|
committer | Richard Jones <rjones@redhat.com> | 2009-10-14 11:24:33 +0100 |
commit | f57f338c3bd937e923e1ba7cc4791b9462192110 (patch) | |
tree | 0b5db4ab3cd95feeac6e0a407defcba36c91f9a2 | |
parent | d37f69795396ec2354eb2d8480d64b9e5bdafacc (diff) | |
download | libguestfs-f57f338c3bd937e923e1ba7cc4791b9462192110.tar.gz libguestfs-f57f338c3bd937e923e1ba7cc4791b9462192110.tar.xz libguestfs-f57f338c3bd937e923e1ba7cc4791b9462192110.zip |
Add some missing EXTRA_DIST files.
-rw-r--r-- | inspector/Makefile.am | 3 | ||||
-rw-r--r-- | ocaml/examples/Makefile.am | 6 |
2 files changed, 7 insertions, 2 deletions
diff --git a/inspector/Makefile.am b/inspector/Makefile.am index 09a144cf..058e5655 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 3b9901a3..ab058b13 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 |