]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix Win32 build by linking to ole32
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 28 May 2012 11:31:21 +0000 (12:31 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Mon, 28 May 2012 11:35:39 +0000 (12:35 +0100)
commit7cd77b6b2f04048c387df2b58a9e003b505b85da
tree3119d27c666a47a0caa3b05136ec27919c9e1fbc
parent94618eb66ac79cae49bd564f397ae3a4f1e49f98
Fix Win32 build by linking to ole32

The CoTaskMemFree function requires the ole32 DLL to be
linked against. Currently this is only done for the
VirtualBox driver. Also add it to libvirt_util.la

* configure.ac: Unconditionally add ole32 DLL to Win32
* src/Makefile.am: Link old32 to libvirt_util.la
configure.ac
src/Makefile.am