summaryrefslogtreecommitdiffstats
path: root/sysprep
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2012-05-14 23:03:54 +0100
committerRichard W.M. Jones <rjones@redhat.com>2012-05-14 23:03:54 +0100
commit2040a15ac7e54fd27d303f0f710d28b983f1f568 (patch)
tree9dcfb75d87e5bd9fa79f417977eab2590d3719c8 /sysprep
parent2fd2c85f6a42575749b9d38bd2f1512ae25db760 (diff)
downloadlibguestfs-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.am3
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