Re: [Qemu-devel] [PATCH v2 2/3] buildsys: Move gnutls cflags/libs to per object

2017-09-06 Thread Fam Zheng
On Wed, 09/06 09:27, Fam Zheng wrote: > Signed-off-by: Fam Zheng > --- > configure | 4 ++-- > crypto/Makefile.objs | 7 +++ > tests/Makefile.include | 10 +- > 3 files changed, 14 insertions(+), 7 deletions(-) > > diff --git a/configure b/configure > index 6a4cb3832

[Qemu-devel] [PATCH v2 2/3] buildsys: Move gnutls cflags/libs to per object

2017-09-05 Thread Fam Zheng
Signed-off-by: Fam Zheng --- configure | 4 ++-- crypto/Makefile.objs | 7 +++ tests/Makefile.include | 10 +- 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/configure b/configure index 6a4cb3832b..d24a7eab37 100755 --- a/configure +++ b/configure @@