mirror of https://gitee.com/openkylin/libvirt.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 c700613b8d
This commit is contained in:
parent
32b2e5a8b2
commit
f2445e4de7
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue