[Libguestfs] [PATCH 1/2] build: require Config before Common_utils

Pino Toscano ptoscano at redhat.com
Mon Apr 20 12:18:14 UTC 2015


Build the Config mllib module before Common_utils, as the latter will
soon make use of the former.
---
 customize/Makefile.am | 2 +-
 resize/Makefile.am    | 2 +-
 sparsify/Makefile.am  | 2 +-
 sysprep/Makefile.am   | 2 +-
 v2v/Makefile.am       | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/customize/Makefile.am b/customize/Makefile.am
index 869a2d7..d36721a 100644
--- a/customize/Makefile.am
+++ b/customize/Makefile.am
@@ -88,9 +88,9 @@ virt_customize_CFLAGS = \
 	$(LIBXML2_CFLAGS)
 
 BOBJECTS = \
+	$(top_builddir)/mllib/config.cmo \
 	$(top_builddir)/mllib/common_gettext.cmo \
 	$(top_builddir)/mllib/common_utils.cmo \
-	$(top_builddir)/mllib/config.cmo \
 	$(top_builddir)/mllib/regedit.cmo \
 	$(top_builddir)/mllib/uRI.cmo \
 	$(SOURCES_ML:.ml=.cmo)
diff --git a/resize/Makefile.am b/resize/Makefile.am
index 486a03d..12afd09 100644
--- a/resize/Makefile.am
+++ b/resize/Makefile.am
@@ -56,9 +56,9 @@ BOBJECTS = \
 	$(top_builddir)/mllib/fsync.cmo \
 	$(top_builddir)/mllib/progress.cmo \
 	$(top_builddir)/mllib/uRI.cmo \
+	$(top_builddir)/mllib/config.cmo \
 	$(top_builddir)/mllib/common_gettext.cmo \
 	$(top_builddir)/mllib/common_utils.cmo \
-	$(top_builddir)/mllib/config.cmo \
 	$(SOURCES_ML:.ml=.cmo)
 XOBJECTS = $(BOBJECTS:.cmo=.cmx)
 
diff --git a/sparsify/Makefile.am b/sparsify/Makefile.am
index 2d85cca..205641d 100644
--- a/sparsify/Makefile.am
+++ b/sparsify/Makefile.am
@@ -52,10 +52,10 @@ virt_sparsify_CFLAGS = \
 	$(WARN_CFLAGS) $(WERROR_CFLAGS)
 
 BOBJECTS = \
+	$(top_builddir)/mllib/config.cmo \
 	$(top_builddir)/mllib/common_gettext.cmo \
 	$(top_builddir)/mllib/common_utils.cmo \
 	$(top_builddir)/mllib/progress.cmo \
-	$(top_builddir)/mllib/config.cmo \
 	$(SOURCES_ML:.ml=.cmo)
 XOBJECTS = $(BOBJECTS:.cmo=.cmx)
 
diff --git a/sysprep/Makefile.am b/sysprep/Makefile.am
index 55b131f..c57060d 100644
--- a/sysprep/Makefile.am
+++ b/sysprep/Makefile.am
@@ -103,10 +103,10 @@ virt_sysprep_CFLAGS = \
 	$(LIBXML2_CFLAGS)
 
 BOBJECTS = \
+	$(top_builddir)/mllib/config.cmo \
 	$(top_builddir)/mllib/common_gettext.cmo \
 	$(top_builddir)/mllib/common_utils.cmo \
 	$(top_builddir)/mllib/uRI.cmo \
-	$(top_builddir)/mllib/config.cmo \
 	$(top_builddir)/mllib/mkdtemp.cmo \
 	$(top_builddir)/mllib/regedit.cmo \
 	$(top_builddir)/customize/customize_utils.cmo \
diff --git a/v2v/Makefile.am b/v2v/Makefile.am
index 06f8380..5efb7fb 100644
--- a/v2v/Makefile.am
+++ b/v2v/Makefile.am
@@ -121,11 +121,11 @@ virt_v2v_CFLAGS = \
 	$(LIBVIRT_CFLAGS)
 
 BOBJECTS = \
+	$(top_builddir)/mllib/config.cmo \
 	$(top_builddir)/mllib/common_gettext.cmo \
 	$(top_builddir)/mllib/common_utils.cmo \
 	$(top_builddir)/mllib/regedit.cmo \
 	$(top_builddir)/mllib/progress.cmo \
-	$(top_builddir)/mllib/config.cmo \
 	$(top_builddir)/mllib/mkdtemp.cmo \
 	$(top_builddir)/mllib/JSON.cmo \
 	$(top_builddir)/customize/customize_utils.cmo \
-- 
2.1.0




More information about the Libguestfs mailing list