]> xenbits.xensource.com Git - libvirt.git/commitdiff
fix build failure due to invalid generated Makefile
authorJim Meyering <meyering@redhat.com>
Tue, 17 Feb 2009 14:46:21 +0000 (14:46 +0000)
committerJim Meyering <meyering@redhat.com>
Tue, 17 Feb 2009 14:46:21 +0000 (14:46 +0000)
* qemud/Makefile.am (libvirtd_LDADD): Unindent "if HAVE_*" directives.
Reported by Daniel Schwager.

ChangeLog
qemud/Makefile.am

index 614b9e38afc4d7644d4a16965887abcdf3a7f238..704ce14b0411764617d5ba190f1a4802450aa8ee 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index 498f05cb7797792bdc371261e5a18b225a451a89..924e8ad9d4748c2a5f13b0e23003d64635a31ff3 100644 (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