This comment:
https://www.redhat.com/archives/libvir-list/2011-March/msg00899.html
> No change to src/libvirt_private.syms to list all these new
functions?
Nothing required this (yet)
made me double check behavior of ./autogen.sh --with-driver-modules,
and sure enough, things were broken.
Patch 1 fixes the breakage, and patch 2 tries to improve automation
to make it easier to prevent (or detect sooner) in the future.
Eric Blake (2):
build: fix driver module build
build: let autobuild check module build
autobuild.sh | 10 ++++++++++
src/Makefile.am | 9 +++++++--
src/libvirt_private.syms | 20 ++++++++++++++++++++
src/libvirt_xenxs.syms | 22 ++++++++++++++++++++++
tests/Makefile.am | 30 +++++++++++++++++-------------
5 files changed, 76 insertions(+), 15 deletions(-)
create mode 100644 src/libvirt_xenxs.syms
--
1.7.4