Re: [Xen-devel] [PATCH 6/8] tools/libvchan: Add xentoollog to direct dependencies

2018-11-06 Thread Wei Liu
On Fri, Nov 02, 2018 at 05:01:11PM +, Ian Jackson wrote: > We are going to add a call to xtl_log. > > Signed-off-by: Ian Jackson Acked-by: Wei Liu ___ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/list

[Xen-devel] [PATCH 6/8] tools/libvchan: Add xentoollog to direct dependencies

2018-11-02 Thread Ian Jackson
We are going to add a call to xtl_log. Signed-off-by: Ian Jackson --- tools/libvchan/Makefile | 6 +++--- tools/libvchan/xenvchan.pc.in | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/libvchan/Makefile b/tools/libvchan/Makefile index de9b44978f..c236a0f9e6 1006