
18 Feb
2011
18 Feb
'11
10:38 a.m.
2011/2/17 Eric Blake <eblake@redhat.com>:
$ ./configure ... $ make ... GEN libvirt.syms ... $ ./configure --with-driver-modules ... $ make ...
libvirt.syms doesn't get regenerated but it should as it should contain virDriverLoadModule now.
* src/Makefile.am (libvirt.syms): Depend on configure changes. Reported by Matthias Bolte. ---
ACK, works as expected now. Matthias