From 46abca0ec3157cf7e31329f8a4cfbeb577b3fe55 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 16 Nov 2017 10:33:42 +0000 Subject: [PATCH] builder: Add osinfo to virt-builder and hence to EXTRA_DIST. Fixes commit 02184f55f9d9bf1c75d4392c2f2b52f0c1c64cd4. --- builder/Makefile.am | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/builder/Makefile.am b/builder/Makefile.am index 757af75c7..8370aa6fe 100644 --- a/builder/Makefile.am +++ b/builder/Makefile.am @@ -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