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:
Jim Meyering 2009-02-17 14:46:21 +00:00
parent 125980cb76
commit f1b4ca52ff
2 changed files with 18 additions and 12 deletions

View File

@ -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

View File

@ -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