On Tue, 2017-04-18 at 16:31 +0200, Andrea Bolognani wrote:
This sets up a generic framework for dealing with git
submodules, removing the assumption that gnulib is going to
be the only git submodule libvirt uses and making it
relatively easy for more to be added without sacrificing
the convenience we've gotten used to, eg. automatic updates.
This should be squashed in so that we ship all the
files required to regenerate the build system:
diff --git a/Makefile.am b/Makefile.am
index 333ec5a..df0c851 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -38,6 +38,7 @@ EXTRA_DIST = \
libvirt-admin.pc.in \
Makefile.nonreentrant \
autogen.sh \
+ .submodules/gnulib.functions \
cfg.mk \
run.in \
AUTHORS.in
--
Andrea Bolognani / Red Hat / Virtualization