Re: [libvirt] [PATCH] vsh: create a noinstall libvirt_shell library

2015-09-24 Thread Erik Skultety
>> virsh_SOURCES =\ >> -$(virt_shell_SOURCES)\ >> virsh.c virsh.h\ >> virsh-console.c virsh-console.h\ >> virsh-domain.c virsh-domain.h\ >> @@ -210,14 +224,13 @@ virsh_LDADD =

Re: [libvirt] [PATCH] vsh: create a noinstall libvirt_shell library

2015-09-24 Thread Martin Kletzander
On Thu, Sep 24, 2015 at 03:33:25PM +0200, Erik Skultety wrote: Instead of referencing vsh sources in all relevant client targets, create a library that the client can link against. --- tools/Makefile.am | 27 --- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git

[libvirt] [PATCH] vsh: create a noinstall libvirt_shell library

2015-09-24 Thread Erik Skultety
Instead of referencing vsh sources in all relevant client targets, create a library that the client can link against. --- tools/Makefile.am | 27 --- 1 file changed, 20 insertions(+), 7 deletions(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index 03e9339..08aebec