builder: Add osinfo to virt-builder and hence to EXTRA_DIST.

Fixes commit 02184f55f9.
This commit is contained in:
Richard W.M. Jones
2017-11-16 10:33:42 +00:00
parent dca92e4cf1
commit 46abca0ec3

View File

@@ -53,6 +53,7 @@ SOURCES_MLI = \
ini_reader.mli \
languages.mli \
list_entries.mli \
osinfo.mli \
paths.mli \
pxzcat.mli \
setlocale.mli \
@@ -65,6 +66,8 @@ SOURCES_MLI = \
SOURCES_ML = \
yajl.ml \
utils.ml \
osinfo_config.ml \
osinfo.ml \
pxzcat.ml \
setlocale.ml \
index.ml \
@@ -356,7 +359,7 @@ CLEANFILES += \
console-*.out
# OCaml dependencies.
.depend: *.mli *.ml
.depend: *.mli *.ml osinfo_config.ml
$(top_builddir)/ocaml-dep.sh $^
-include .depend