]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix build on Ubuntu.
authorChris Lalancette <clalance@redhat.com>
Mon, 26 Apr 2010 13:41:07 +0000 (09:41 -0400)
committerChris Lalancette <clalance@redhat.com>
Thu, 29 Apr 2010 13:15:30 +0000 (09:15 -0400)
commit50250aba36f1f4d637fd036ae9beae6557b60e70
treef841d012d15884e5756bf0f84825b7d91b852a7d
parent34b3c64a9862fa3f10df27fd1c5dcb3f9b2133cc
Fix build on Ubuntu.

When building on Ubuntu with make -j3 (or more), it would always
fail when trying to build virt-aa-helper.  I'm not an expert in
automake by any means, but I think the entry for virt-aa-helper
is mis-using LDADD; it shouldn't be putting direct paths to
libvirt_conf.la and libvirt_util.la, but instead referencing those
names.  With this patch in place, I'm able to successfully build
on Ubuntu 9.04 with make -j3.

Signed-off-by: Chris Lalancette <clalance@redhat.com>
src/Makefile.am