Re: [Xen-devel] [PATCH] libxenstat: fixed Makefile for building python-bindings

2020-03-06 Thread Wei Liu
On Wed, Mar 04, 2020 at 06:29:39PM +0100, Jonas Licht wrote: > Am 04.03.20 um 11:31 schrieb Wei Liu: > > Hi Jonas > Hi Wei > > Thanks for this patch. > > > > On Mon, Mar 02, 2020 at 06:53:38PM +0100, jonas.li...@fem.tu-ilmenau.de > > wrote: > >> Fixes the libxenstat Makefile to determine the

Re: [Xen-devel] [PATCH] libxenstat: fixed Makefile for building python-bindings

2020-03-04 Thread Jonas Licht
Am 04.03.20 um 11:31 schrieb Wei Liu: > Hi Jonas Hi Wei > Thanks for this patch. > > On Mon, Mar 02, 2020 at 06:53:38PM +0100, jonas.li...@fem.tu-ilmenau.de wrote: >> Fixes the libxenstat Makefile to determine the correct paths >> of python includes when building python-bindings. >> Also replaces

Re: [Xen-devel] [PATCH] libxenstat: fixed Makefile for building python-bindings

2020-03-04 Thread Wei Liu
Hi Jonas Thanks for this patch. On Mon, Mar 02, 2020 at 06:53:38PM +0100, jonas.li...@fem.tu-ilmenau.de wrote: > Fixes the libxenstat Makefile to determine the correct paths > of python includes when building python-bindings. > Also replaces the -lxenstat linking to correct object files > and

[Xen-devel] [PATCH] libxenstat: fixed Makefile for building python-bindings

2020-03-02 Thread jonas . licht
Fixes the libxenstat Makefile to determine the correct paths of python includes when building python-bindings. Also replaces the -lxenstat linking to correct object files and use the libdir variable for installing. Signed-off-by: Jonas Licht --- tools/xenstat/libxenstat/Makefile | 11