build: ignore unused submodules

Do not build the mlv2v, and mllibvirt submodules, as they are not used.
This commit is contained in:
Pino Toscano
2019-11-27 17:14:10 +01:00
parent 72d83cc6eb
commit 08481e05d0
2 changed files with 0 additions and 6 deletions

View File

@@ -164,10 +164,6 @@ SUBDIRS += common/mlvisit
SUBDIRS += common/mlxml
SUBDIRS += common/mltools
SUBDIRS += common/mlcustomize
SUBDIRS += common/mlv2v
if HAVE_LIBVIRT
SUBDIRS += common/mllibvirt
endif
SUBDIRS += customize
SUBDIRS += builder builder/templates
SUBDIRS += get-kernel

View File

@@ -235,14 +235,12 @@ AC_CONFIG_FILES([Makefile
common/mlaugeas/Makefile
common/mlcustomize/Makefile
common/mlgettext/Makefile
common/mllibvirt/Makefile
common/mlpcre/Makefile
common/mlprogress/Makefile
common/mlstdutils/Makefile
common/mlstdutils/guestfs_config.ml
common/mltools/Makefile
common/mlutils/Makefile
common/mlv2v/Makefile
common/mlvisit/Makefile
common/mlxml/Makefile
common/options/Makefile