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 /ocaml | |
parent | d37f69795396ec2354eb2d8480d64b9e5bdafacc (diff) | |
download | libguestfs-f57f338c3bd937e923e1ba7cc4791b9462192110.tar.gz libguestfs-f57f338c3bd937e923e1ba7cc4791b9462192110.tar.xz libguestfs-f57f338c3bd937e923e1ba7cc4791b9462192110.zip |
Add some missing EXTRA_DIST files.
Diffstat (limited to 'ocaml')
-rw-r--r-- | ocaml/examples/Makefile.am | 6 |
1 files changed, 5 insertions, 1 deletions
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 |