mltools: Move urandom module to common/mltools.

So that we can use it in virt-v2v code.
This commit is contained in:
Richard W.M. Jones
2017-11-21 11:59:11 +00:00
parent c2898c50fd
commit 0bbedd47c0
4 changed files with 4 additions and 4 deletions

View File

@@ -35,6 +35,7 @@ SOURCES_MLI = \
regedit.mli \
registry.mli \
tools_utils.mli \
urandom.mli \
URI.mli \
xpath_helpers.mli
@@ -48,7 +49,8 @@ SOURCES_ML = \
JSON.ml \
curl.ml \
checksums.ml \
xpath_helpers.ml
xpath_helpers.ml \
urandom.ml
SOURCES_C = \
../options/decrypt.c \

View File

@@ -48,8 +48,7 @@ SOURCES_MLI = \
SELinux_relabel.mli \
ssh_key.mli \
subscription_manager.mli \
timezone.mli \
urandom.mli
timezone.mli
# This list must be in dependency order.
SOURCES_ML = \
@@ -57,7 +56,6 @@ SOURCES_ML = \
crypt.ml \
firstboot.ml \
hostname.ml \
urandom.ml \
password.ml \
perl_edit.ml \
random_seed.ml \