Re: [libvirt] [PATCH 06/15] Generate libvirt.def from libvirt.syms

2010-04-08 Thread Matthias Bolte
2010/4/7 Daniel P. Berrange : > On Mon, Mar 22, 2010 at 02:25:36AM +0100, Matthias Bolte wrote: >> The MinGW linker needs the libvirt.def file. >> --- >>  configure.ac    |    5 + >>  src/.gitignore  |    1 + >>  src/Makefile.am |   15 +++ >>  3 files changed, 17 insertions(+), 4 de

Re: [libvirt] [PATCH 06/15] Generate libvirt.def from libvirt.syms

2010-04-07 Thread Daniel P. Berrange
On Mon, Mar 22, 2010 at 02:25:36AM +0100, Matthias Bolte wrote: > The MinGW linker needs the libvirt.def file. > --- > configure.ac|5 + > src/.gitignore |1 + > src/Makefile.am | 15 +++ > 3 files changed, 17 insertions(+), 4 deletions(-) > > diff --git a/configure

Re: [libvirt] [PATCH 06/15] Generate libvirt.def from libvirt.syms

2010-03-22 Thread Daniel P. Berrange
On Mon, Mar 22, 2010 at 02:25:36AM +0100, Matthias Bolte wrote: > The MinGW linker needs the libvirt.def file. > --- > configure.ac|5 + > src/.gitignore |1 + > src/Makefile.am | 15 +++ > 3 files changed, 17 insertions(+), 4 deletions(-) > diff --git a/src/Makefil

[libvirt] [PATCH 06/15] Generate libvirt.def from libvirt.syms

2010-03-21 Thread Matthias Bolte
The MinGW linker needs the libvirt.def file. --- configure.ac|5 + src/.gitignore |1 + src/Makefile.am | 15 +++ 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/configure.ac b/configure.ac index bcf1d5a..6e568ee 100644 --- a/configure.ac +++ b/config