mirror of
https://github.com/libvirt/libvirt.git
synced 2026-09-03 20:53:04 -05:00
fix a broken line split
* qemud/Makefile.am: fix a broken line split Daniel
This commit is contained in:
@@ -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).
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user