From: Michal Privoznik Date: Tue, 7 Feb 2012 12:30:42 +0000 (+0100) Subject: pyhton: Don't link against libvirt_util.la X-Git-Tag: v0.9.10-rc2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f2445e4de70547e32a6bcec3e1e8e51f02ac5b36;p=thirdparty%2Flibvirt.git pyhton: Don't link against libvirt_util.la As we already link with libvirt.la which contains libvirt_utils.la. Double linking causes global symbols to be presented twice and thus confusion. This partially reverts c700613b8d463212d142c97108b7a2352e23e559 --- diff --git a/python/Makefile.am b/python/Makefile.am index 9b791d77c6..0305bcccd8 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -41,11 +41,9 @@ EXTRA_DIST = \ if WITH_PYTHON mylibs = \ $(top_builddir)/src/libvirt.la \ - $(top_builddir)/src/libvirt_util.la \ $(top_builddir)/gnulib/lib/libgnu.la myqemulibs = \ $(top_builddir)/src/libvirt-qemu.la \ - $(top_builddir)/src/libvirt_util.la \ $(top_builddir)/gnulib/lib/libgnu.la all-local: libvirt.py libvirt_qemu.py