mllib: Rename uRI -> URI.

There is no difference in the OCaml module name, which remains 'URI'.
This commit is contained in:
Richard W.M. Jones
2016-04-20 21:55:36 +01:00
parent 541d07e35f
commit dec30914e8
9 changed files with 8 additions and 8 deletions

View File

@@ -139,7 +139,7 @@ BOBJECTS = \
$(top_builddir)/mllib/planner.cmo \
$(top_builddir)/mllib/regedit.cmo \
$(top_builddir)/mllib/JSON.cmo \
$(top_builddir)/mllib/uRI.cmo \
$(top_builddir)/mllib/URI.cmo \
$(top_builddir)/mllib/mkdtemp.cmo \
$(top_builddir)/customize/customize_utils.cmo \
$(top_builddir)/customize/urandom.cmo \

View File

@@ -95,7 +95,7 @@ BOBJECTS = \
$(top_builddir)/mllib/common_gettext.cmo \
$(top_builddir)/mllib/common_utils.cmo \
$(top_builddir)/mllib/regedit.cmo \
$(top_builddir)/mllib/uRI.cmo \
$(top_builddir)/mllib/URI.cmo \
$(SOURCES_ML:.ml=.cmo)
XOBJECTS = $(BOBJECTS:.cmo=.cmx)

View File

@@ -57,7 +57,7 @@ BOBJECTS = \
$(top_builddir)/mllib/guestfs_config.cmo \
$(top_builddir)/mllib/common_gettext.cmo \
$(top_builddir)/mllib/common_utils.cmo \
$(top_builddir)/mllib/uRI.cmo \
$(top_builddir)/mllib/URI.cmo \
$(SOURCES_ML:.ml=.cmo)
XOBJECTS = $(BOBJECTS:.cmo=.cmx)

View File

@@ -34,7 +34,7 @@ SOURCES_MLI = \
planner.mli \
progress.mli \
regedit.mli \
uRI.mli
URI.mli
SOURCES_ML = \
guestfs_config.ml \
@@ -43,7 +43,7 @@ SOURCES_ML = \
common_utils.ml \
fsync.ml \
progress.ml \
uRI.ml \
URI.ml \
mkdtemp.ml \
planner.ml \
regedit.ml \

View File

@@ -48,7 +48,7 @@ mllib/mkdtemp.ml
mllib/planner.ml
mllib/progress.ml
mllib/regedit.ml
mllib/uRI.ml
mllib/URI.ml
resize/resize.ml
sparsify/cmdline.ml
sparsify/copying.ml

View File

@@ -55,7 +55,7 @@ virt_resize_CFLAGS = \
BOBJECTS = \
$(top_builddir)/mllib/fsync.cmo \
$(top_builddir)/mllib/progress.cmo \
$(top_builddir)/mllib/uRI.cmo \
$(top_builddir)/mllib/URI.cmo \
$(top_builddir)/mllib/guestfs_config.cmo \
$(top_builddir)/mllib/common_gettext.cmo \
$(top_builddir)/mllib/common_utils.cmo \

View File

@@ -107,7 +107,7 @@ BOBJECTS = \
$(top_builddir)/mllib/guestfs_config.cmo \
$(top_builddir)/mllib/common_gettext.cmo \
$(top_builddir)/mllib/common_utils.cmo \
$(top_builddir)/mllib/uRI.cmo \
$(top_builddir)/mllib/URI.cmo \
$(top_builddir)/mllib/mkdtemp.cmo \
$(top_builddir)/mllib/regedit.cmo \
$(top_builddir)/customize/customize_utils.cmo \