added Daniel B.'s build system patches

This commit is contained in:
Karel Zak 2006-05-29 16:05:05 +00:00
parent d47ddf5b67
commit d0f2c663be
3 changed files with 13 additions and 1 deletions

View File

@ -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

View File

@ -8,7 +8,9 @@
virConnectNumOfDomains;
virConnectOpen;
virConnectOpenReadOnly;
virDomainCreate;
virDomainCreateLinux;
virDomainDefineXML;
virDomainDestroy;
virDomainFree;
virDomainGetID;
@ -26,10 +28,12 @@
virDomainRestore;
virDomainResume;
virDomainSave;
virDomainSetMemory;
virDomainSetMaxMemory;
virDomainShutdown;
virDomainReboot;
virDomainSuspend;
virDomainUndefine;
virGetVersion;
virCopyLastError;
virConnSetErrorFunc;

View 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 = \