v2v: test-harness: Add Config module to library.

Missing dependency.
This commit is contained in:
Richard W.M. Jones
2015-06-22 18:48:47 +01:00
parent 158204529f
commit a1f3404516

View File

@@ -49,6 +49,7 @@ OCAMLPACKAGES = \
OCAMLFLAGS = $(OCAML_FLAGS) $(OCAML_WARN_ERROR)
BOBJECTS = \
$(top_builddir)/mllib/config.cmo \
$(top_builddir)/mllib/common_gettext.cmo \
$(top_builddir)/mllib/common_utils.cmo \
$(top_builddir)/v2v/xml.cmo \