Re: [Spice-devel] [spice-server] build: Rebuild shared library when symbol file changes

2017-12-08 Thread Frediano Ziglio
> > On Thu, Dec 07, 2017 at 11:19:18AM -0500, Frediano Ziglio wrote: > > > > > > At the moment, changing spice-server.syms to add/remove a new symbol to > > > be exported does not regenerate spice-server.so. This commit added the > > > needed dependency for this to work. > > > > > > Signed-off-b

Re: [Spice-devel] [spice-server] build: Rebuild shared library when symbol file changes

2017-12-07 Thread Christophe Fergeau
On Thu, Dec 07, 2017 at 11:19:18AM -0500, Frediano Ziglio wrote: > > > > At the moment, changing spice-server.syms to add/remove a new symbol to > > be exported does not regenerate spice-server.so. This commit added the > > needed dependency for this to work. > > > > Signed-off-by: Christophe Fer

Re: [Spice-devel] [spice-server] build: Rebuild shared library when symbol file changes

2017-12-07 Thread Frediano Ziglio
> > At the moment, changing spice-server.syms to add/remove a new symbol to > be exported does not regenerate spice-server.so. This commit added the > needed dependency for this to work. > > Signed-off-by: Christophe Fergeau > --- > server/Makefile.am | 1 + > 1 file changed, 1 insertion(+) >

[Spice-devel] [spice-server] build: Rebuild shared library when symbol file changes

2017-12-07 Thread Christophe Fergeau
At the moment, changing spice-server.syms to add/remove a new symbol to be exported does not regenerate spice-server.so. This commit added the needed dependency for this to work. Signed-off-by: Christophe Fergeau --- server/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/server/M