[Pkg-libvirt-commits] [libguestfs] 19/59: mllib: Link config.ml to the test program.
Hilko Bengen
bengen at moszumanska.debian.org
Sun May 3 21:26:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
bengen pushed a commit to branch experimental
in repository libguestfs.
commit 0e4c351bb44d700faf10c3a035925c7bf13dd1cb
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Thu Apr 23 17:56:03 2015 +0100
mllib: Link config.ml to the test program.
This fixes commit a1646fa65c6cd544e287f25051a88c4a572ebb3e.
---
mllib/Makefile.am | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/mllib/Makefile.am b/mllib/Makefile.am
index 96d1e35..d5faf19 100644
--- a/mllib/Makefile.am
+++ b/mllib/Makefile.am
@@ -137,7 +137,7 @@ check_SCRIPTS = \
if HAVE_OCAMLOPT
common_utils_tests.cmx: OCAMLPACKAGES += $(OCAMLPACKAGES_TESTS)
-common_utils_tests: common_gettext.cmx common_utils.cmx common_utils_tests.cmx
+common_utils_tests: config.cmx common_gettext.cmx common_utils.cmx common_utils_tests.cmx
$(OCAMLFIND) ocamlopt $(OCAMLFLAGS) $(OCAMLPACKAGES) $(OCAMLPACKAGES_TESTS) \
mlguestfs.cmxa -linkpkg $^ -cclib '$(LIBTINFO_LIBS)' -o $@
@@ -147,7 +147,7 @@ JSON_tests: JSON.cmx JSON_tests.cmx
mlguestfs.cmxa -linkpkg $^ -cclib '$(LIBTINFO_LIBS)' -o $@
else
common_utils_tests.cmo: OCAMLPACKAGES += $(OCAMLPACKAGES_TESTS)
-common_utils_tests: common_gettext.cmo common_utils.cmo common_utils_tests.cmo
+common_utils_tests: config.cmo common_gettext.cmo common_utils.cmo common_utils_tests.cmo
$(OCAMLFIND) ocamlc $(OCAMLFLAGS) $(OCAMLPACKAGES) $(OCAMLPACKAGES_TESTS) \
mlguestfs.cma -linkpkg $^ -cclib '$(LIBTINFO_LIBS)' -custom -o $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git
More information about the Pkg-libvirt-commits
mailing list