提交 f1b4ca52 编写于 作者: J Jim Meyering

fix build failure due to invalid generated Makefile

* qemud/Makefile.am (libvirtd_LDADD): Unindent "if HAVE_*" directives.
Reported by Daniel Schwager.
上级 125980cb
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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册