]> git.ipfire.org Git - thirdparty/libvirt.git/commit
vmware: Fix undefine symbol with loadable drivers enabled
authorMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 21 Dec 2010 21:47:35 +0000 (22:47 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Tue, 21 Dec 2010 21:47:35 +0000 (22:47 +0100)
commite2c13e03a6212bcaa01827a017d1db940cc1a1e7
treefc355657af2273fdb026c7d9c514ef1d50a11493
parent42b2f35d36a9e33f03e973130267c19cff910f2e
vmware: Fix undefine symbol with loadable drivers enabled

All other drivers are explicitly linked to gnulib. The VMware
driver lacked this, resulting in mdir_name being an undefine
symbol.

Explicitly link the VMware driver to gnulib to fix this.
src/Makefile.am