diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2012-05-14 23:03:54 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2012-05-14 23:03:54 +0100 |
commit | 2040a15ac7e54fd27d303f0f710d28b983f1f568 (patch) | |
tree | 9dcfb75d87e5bd9fa79f417977eab2590d3719c8 /sysprep | |
parent | 2fd2c85f6a42575749b9d38bd2f1512ae25db760 (diff) | |
download | libguestfs-2040a15ac7e54fd27d303f0f710d28b983f1f568.tar.gz libguestfs-2040a15ac7e54fd27d303f0f710d28b983f1f568.tar.xz libguestfs-2040a15ac7e54fd27d303f0f710d28b983f1f568.zip |
sysprep: Add missing 'utils.mli' to SOURCES.
Consequently this file was also missing from the tarball.
Diffstat (limited to 'sysprep')
-rw-r--r-- | sysprep/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am index ff67f66a..262a9e30 100644 --- a/sysprep/Makefile.am +++ b/sysprep/Makefile.am @@ -59,7 +59,8 @@ SOURCES = \ sysprep_operation_user_account.ml \ sysprep_operation_utmp.ml \ sysprep_operation_yum_uuid.ml \ - utils.ml + utils.ml \ + utils.mli if HAVE_OCAML |