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 + + * qemud/Makefile.am: fix a broken line split + Fri Feb 29 12:50:00 UTC 2008 Richard W.M. Jones 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