mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-05 07:59:01 +00:00
build: Fix build from tarballs
Following commitfcaf8d1a1, 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 <server/spice-server-enums.h> to #include <spice-server-enums.h> which avoids the problem fixed by commitfcaf8d1a1without breaking make distcheck. Signed-off-by: Christophe Fergeau <cfergeau@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com>
This commit is contained in:
parent
dde6fed81f
commit
81480cc3cc
@ -24,7 +24,7 @@
|
||||
#include "display-channel-private.h"
|
||||
#include "red-client.h"
|
||||
#include "main-channel-client.h"
|
||||
#include <server/spice-server-enums.h>
|
||||
#include <spice-server-enums.h>
|
||||
#include "glib-compat.h"
|
||||
|
||||
G_DEFINE_TYPE(DisplayChannelClient, display_channel_client, TYPE_COMMON_GRAPHICS_CHANNEL_CLIENT)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user