mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-22 03:12:22 +00:00
Add Xen compiler flags for stats_linux.c build
This commit is contained in:
parent
d7605585cd
commit
f6dacb21d2
@ -1,7 +1,12 @@
|
||||
Fri Nov 21 10:10:14 BST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* src/Makefile.am: Include Xen compile flags for libvirt_driver.la
|
||||
build for stats_linux.c code.
|
||||
|
||||
Fri Nov 21 10:07:14 BST 2008 Daniel P. Berrange <berrange@redhat.com>
|
||||
|
||||
* libvirt.spec.in: Add conditional to allow UML driver to be
|
||||
disabled
|
||||
disabled (Ben Guthro)
|
||||
|
||||
Fri Nov 21 11:05:14 CET 2008 Daniel Veillard <veillard@redhat.com>
|
||||
|
||||
|
@ -165,6 +165,8 @@ libvirt_driver_la_SOURCES = \
|
||||
$(DOMAIN_CONF_SOURCES) \
|
||||
$(NETWORK_CONF_SOURCES) \
|
||||
$(STORAGE_CONF_SOURCES)
|
||||
libvirt_driver_la_CFLAGS = $(XEN_CFLAGS)
|
||||
libvirt_driver_la_LDFLAGS = $(XEN_LIBS)
|
||||
|
||||
if WITH_TEST
|
||||
noinst_LTLIBRARIES += libvirt_driver_test.la
|
||||
|
Loading…
x
Reference in New Issue
Block a user