]> xenbits.xensource.com Git - libvirt.git/commitdiff
added Daniel B.'s build system patches
authorKarel Zak <kzak@redhat.com>
Mon, 29 May 2006 16:05:05 +0000 (16:05 +0000)
committerKarel Zak <kzak@redhat.com>
Mon, 29 May 2006 16:05:05 +0000 (16:05 +0000)
ChangeLog
src/libvirt_sym.version
tests/Makefile.am

index 1f9e3ebcf03c84d8ab32666998d2e4dab939534c..dc12123977928198231b5fa4c550889b45a9ae51 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon May 29 17:02:26 CEST 2006 Karel Zak <kzak@redhat.com> 
+
+       * src/libvirt_sym.version: added in missing symbols referenced by python
+         bindings (patch by Daniel P. Berrange)
+       * tests/Makefile.am: fixed include dirs to make VPATH builds work
+         (patch by Daniel P. Berrange)
+
 Mon May 29 16:33:39 CEST 2006 Karel Zak <kzak@redhat.com>
 
        * src/virsh.c: improved vshCommandOptDomain(), added <name> to the 
index aa23e5b099d285797b96a5997cb68f959f026e5a..0fe40693bcff51fe747b6d8ede30a9e98a78d9b7 100644 (file)
@@ -8,7 +8,9 @@
        virConnectNumOfDomains;
         virConnectOpen;
         virConnectOpenReadOnly;
+        virDomainCreate;
        virDomainCreateLinux;
+        virDomainDefineXML;
        virDomainDestroy;
        virDomainFree;
        virDomainGetID;
        virDomainRestore;
        virDomainResume;
        virDomainSave;
+        virDomainSetMemory;
        virDomainSetMaxMemory;
        virDomainShutdown;
        virDomainReboot;
        virDomainSuspend;
+        virDomainUndefine;
        virGetVersion;
        virCopyLastError;
        virConnSetErrorFunc;
index c576a22881b8e08e8457ce49f062f13d7f10fa4d..b98e394f46bde5bddfec61f7791706f227b8b26e 100644 (file)
@@ -5,7 +5,8 @@ LIBVIRT = $(top_builddir)/src/.libs/libvirt.a
 INCLUDES = \
        -I$(top_builddir)/include \
        -I$(top_builddir)/src \
-       -I@top_srcdir@/include \
+       -I$(top_srcdir)/include \
+       -I$(top_srcdir)/src \
        @LIBXML_CFLAGS@
 
 LDADDS = \