>
> 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
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