mirror of https://gitee.com/openkylin/libvirt.git
fix build failure due to invalid generated Makefile
* qemud/Makefile.am (libvirtd_LDADD): Unindent "if HAVE_*" directives. Reported by Daniel Schwager.
This commit is contained in:
parent
125980cb76
commit
f1b4ca52ff
|
@ -1,3 +1,9 @@
|
|||
Tue Feb 17 15:44:38 +0100 2009 Jim Meyering <meyering@redhat.com>
|
||||
|
||||
fix build failure due to invalid generated Makefile
|
||||
* qemud/Makefile.am (libvirtd_LDADD): Unindent "if HAVE_*" directives.
|
||||
Reported by Daniel Schwager.
|
||||
|
||||
Tue Feb 17 09:49:49 EST 2009 Cole Robinson <crobinso@redhat.com>
|
||||
|
||||
* qemud/qemud.c : Fix daemon TCP listen cleanup
|
||||
|
|
|
@ -108,29 +108,29 @@ if WITH_DRIVER_MODULES
|
|||
libvirtd_LDADD += ../src/libvirt_driver.la
|
||||
libvirtd_LDADD += ../src/libvirt_util.la
|
||||
else
|
||||
if WITH_QEMU
|
||||
if WITH_QEMU
|
||||
libvirtd_LDADD += ../src/libvirt_driver_qemu.la
|
||||
endif
|
||||
endif
|
||||
|
||||
if WITH_LXC
|
||||
if WITH_LXC
|
||||
libvirtd_LDADD += ../src/libvirt_driver_lxc.la
|
||||
endif
|
||||
endif
|
||||
|
||||
if WITH_UML
|
||||
if WITH_UML
|
||||
libvirtd_LDADD += ../src/libvirt_driver_uml.la
|
||||
endif
|
||||
endif
|
||||
|
||||
if WITH_STORAGE_DIR
|
||||
if WITH_STORAGE_DIR
|
||||
libvirtd_LDADD += ../src/libvirt_driver_storage.la
|
||||
endif
|
||||
endif
|
||||
|
||||
if WITH_NETWORK
|
||||
if WITH_NETWORK
|
||||
libvirtd_LDADD += ../src/libvirt_driver_network.la
|
||||
endif
|
||||
endif
|
||||
|
||||
if WITH_NODE_DEVICES
|
||||
if WITH_NODE_DEVICES
|
||||
libvirtd_LDADD += ../src/libvirt_driver_nodedev.la
|
||||
endif
|
||||
endif
|
||||
endif
|
||||
|
||||
libvirtd_LDADD += ../src/libvirt.la
|
||||
|
|
Loading…
Reference in New Issue