Re: [Spice-devel] [spice-gtk v2] Move spicy tools to its own folder

2017-01-23 Thread Victor Toso
Hi, On Fri, Jan 20, 2017 at 04:20:12PM -0600, Jonathon Jongsma wrote: > On Thu, 2017-01-19 at 16:34 +0100, Victor Toso wrote: > > On Thu, Jan 19, 2017 at 03:27:21PM +0100, Christophe Fergeau wrote: > > > Acked-by: Christophe Fergeau > > > > > > unless someone else thinks

Re: [Spice-devel] [spice-gtk v2] Move spicy tools to its own folder

2017-01-20 Thread Jonathon Jongsma
On Thu, 2017-01-19 at 16:34 +0100, Victor Toso wrote: > Hi, > > On Thu, Jan 19, 2017 at 03:27:21PM +0100, Christophe Fergeau wrote: > > You need > > > > diff --git a/tools/Makefile.am b/tools/Makefile.am > > index 204dc50..0bdb3c5 100644 > > --- a/tools/Makefile.am > > +++ b/tools/Makefile.am >

Re: [Spice-devel] [spice-gtk v2] Move spicy tools to its own folder

2017-01-19 Thread Victor Toso
Hi, On Thu, Jan 19, 2017 at 03:27:21PM +0100, Christophe Fergeau wrote: > You need > > diff --git a/tools/Makefile.am b/tools/Makefile.am > index 204dc50..0bdb3c5 100644 > --- a/tools/Makefile.am > +++ b/tools/Makefile.am > @@ -2,6 +2,7 @@ bin_PROGRAMS = spicy-stats spicy-screenshot > >

Re: [Spice-devel] [spice-gtk v2] Move spicy tools to its own folder

2017-01-19 Thread Christophe Fergeau
You need diff --git a/tools/Makefile.am b/tools/Makefile.am index 204dc50..0bdb3c5 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -2,6 +2,7 @@ bin_PROGRAMS = spicy-stats spicy-screenshot TOOLS_CPPFLAGS = \ -DSPICE_COMPILATION \ +

[Spice-devel] [spice-gtk v2] Move spicy tools to its own folder

2017-01-19 Thread Victor Toso
From: Victor Toso So we can have the tools and the libraries in different folders. In the src/Makefile.am I've only removed the lines related to the tools but not all lines were copied into tools/Makefile.am as we don't really need them. Other lines were adjusted to have