]> xenbits.xensource.com Git - libvirt.git/commitdiff
Add Xen compiler flags for stats_linux.c build
authorDaniel P. Berrange <berrange@redhat.com>
Fri, 21 Nov 2008 10:12:03 +0000 (10:12 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 21 Nov 2008 10:12:03 +0000 (10:12 +0000)
ChangeLog
src/Makefile.am

index a0322870010a4e3aeeae3ea19e778e30cf64863a..093b3785ce67b81ca667c86a25a39b467f18cfe8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
index b2c7e3f6ef9a4144dc531b66045c6160fe4dab4f..6e6b4d2dd8be6ffe11a9cc4c46c1abdc48179b20 100644 (file)
@@ -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