Re: [libvirt] [PATCH 03/15] Export conditional state driver symbols only when they are defined

2010-03-22 Thread Matthias Bolte
2010/3/22 Daniel P. Berrange : > On Mon, Mar 22, 2010 at 02:25:33AM +0100, Matthias Bolte wrote: >> This is necessary for MinGW builds. >> --- >>  src/Makefile.am          |    7 ++- >>  src/libvirt_daemon.syms  |   10 ++ >>  src/libvirt_private.syms |    5 - >>  3 files changed, 16

Re: [libvirt] [PATCH 03/15] Export conditional state driver symbols only when they are defined

2010-03-22 Thread Daniel P. Berrange
On Mon, Mar 22, 2010 at 02:25:33AM +0100, Matthias Bolte wrote: > This is necessary for MinGW builds. > --- > src/Makefile.am |7 ++- > src/libvirt_daemon.syms | 10 ++ > src/libvirt_private.syms |5 - > 3 files changed, 16 insertions(+), 6 deletions(-) > creat

[libvirt] [PATCH 03/15] Export conditional state driver symbols only when they are defined

2010-03-21 Thread Matthias Bolte
This is necessary for MinGW builds. --- src/Makefile.am |7 ++- src/libvirt_daemon.syms | 10 ++ src/libvirt_private.syms |5 - 3 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 src/libvirt_daemon.syms diff --git a/src/Makefile.am b/src/Make