Re: [libvirt] [PATCH 03/11] Move connection driver modules directory

2011-01-28 Thread Eric Blake
On 01/24/2011 08:13 AM, Daniel P. Berrange wrote: > When built as modules, the connection drivers live > in $LIBDIR/libvirt/drivers. Now we add lock manager > drivers, we need to distinguish. So move the existing > modules to 'connection-driver' > > * src/Makefile.am: Move module install dir > * s

[libvirt] [PATCH 03/11] Move connection driver modules directory

2011-01-24 Thread Daniel P. Berrange
When built as modules, the connection drivers live in $LIBDIR/libvirt/drivers. Now we add lock manager drivers, we need to distinguish. So move the existing modules to 'connection-driver' * src/Makefile.am: Move module install dir * src/driver.c: Move module search dir --- src/Makefile.am |2