From 39947cec85486fc526ee89b917db2a0d1e14e939 Mon Sep 17 00:00:00 2001
From: Daniel Veillard <veillard@redhat.com>
Date: Fri, 29 Feb 2008 17:02:41 +0000
Subject: [PATCH] fix a broken line split * qemud/Makefile.am: fix a broken
 line split Daniel

---
 ChangeLog         | 4 ++++
 qemud/Makefile.am | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 5ded45adac..f20bd4fd03 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Feb 29 18:01:14 CET 2008 Daniel Veillard <veillard@redhat.com>
+
+	* qemud/Makefile.am: fix a broken line split
+
 Fri Feb 29 12:50:00 UTC 2008 Richard W.M. Jones <rjones@redhat.com>
 
 	Many typos fixed (Atsushi SAKAI).
diff --git a/qemud/Makefile.am b/qemud/Makefile.am
index 8cbcebed0a..a907fd7c99 100644
--- a/qemud/Makefile.am
+++ b/qemud/Makefile.am
@@ -61,7 +61,7 @@ libvirtd_CFLAGS = \
 
 libvirtd_LDFLAGS = \
 	$(WARN_CFLAGS) $(LIBXML_LIBS) $(GNUTLS_LIBS) $(SASL_LIBS) \
-	$(COVERAGE_LDFLAGS)
+	$(COVERAGE_LDFLAGS) \
 	$(POLKIT_LIBS)
 
 libvirtd_DEPENDENCIES = ../src/libvirt.la