mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-23 03:42:19 +00:00
fix a broken line split
* qemud/Makefile.am: fix a broken line split Daniel
This commit is contained in:
parent
bb8340c18d
commit
39947cec85
@ -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>
|
Fri Feb 29 12:50:00 UTC 2008 Richard W.M. Jones <rjones@redhat.com>
|
||||||
|
|
||||||
Many typos fixed (Atsushi SAKAI).
|
Many typos fixed (Atsushi SAKAI).
|
||||||
|
@ -61,7 +61,7 @@ libvirtd_CFLAGS = \
|
|||||||
|
|
||||||
libvirtd_LDFLAGS = \
|
libvirtd_LDFLAGS = \
|
||||||
$(WARN_CFLAGS) $(LIBXML_LIBS) $(GNUTLS_LIBS) $(SASL_LIBS) \
|
$(WARN_CFLAGS) $(LIBXML_LIBS) $(GNUTLS_LIBS) $(SASL_LIBS) \
|
||||||
$(COVERAGE_LDFLAGS)
|
$(COVERAGE_LDFLAGS) \
|
||||||
$(POLKIT_LIBS)
|
$(POLKIT_LIBS)
|
||||||
|
|
||||||
libvirtd_DEPENDENCIES = ../src/libvirt.la
|
libvirtd_DEPENDENCIES = ../src/libvirt.la
|
||||||
|
Loading…
x
Reference in New Issue
Block a user