Re: [Spice-devel] [spice-server] build: Fix build from tarballs

2018-08-09 Thread Frediano Ziglio
> > Following commit fcaf8d1a1, build from tarballs/make distcheck is broken > as spice-server-enums.h is not regenerated when building from tarballs, > and we don't have a -I$(top_srcdir) in our build flags, just > -I$(srcdir). This commit changes #include > to #include which avoids the problem

[Spice-devel] [spice-server] build: Fix build from tarballs

2018-08-09 Thread Christophe Fergeau
Following commit fcaf8d1a1, build from tarballs/make distcheck is broken as spice-server-enums.h is not regenerated when building from tarballs, and we don't have a -I$(top_srcdir) in our build flags, just -I$(srcdir). This commit changes #include to #include which avoids the problem fixed by com