mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice-common
synced 2026-08-10 02:31:52 +00:00
Fix make distcheck
Fix make distcheck both with standalone spice-common and with spice server. Signed-off-by: Marc-André Lureau <marcandre.lureau@gmail.com>
This commit is contained in:
parent
401801b5ba
commit
56a0cf2dad
@ -1,7 +1,7 @@
|
||||
NULL =
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
||||
SUBDIRS = common
|
||||
SUBDIRS = common tests
|
||||
|
||||
MAINTAINERCLEANFILES = \
|
||||
$(srcdir)/INSTALL \
|
||||
|
||||
@ -9,7 +9,7 @@ test_marshallers_SOURCES = \
|
||||
test-marshallers.h \
|
||||
$(NULL)
|
||||
test_marshallers_CFLAGS = \
|
||||
-I$(top_srcdir)/common \
|
||||
-I$(top_srcdir) \
|
||||
$(GLIB2_CFLAGS) \
|
||||
$(PROTOCOL_CFLAGS) \
|
||||
$(NULL)
|
||||
@ -45,6 +45,7 @@ generated_test_marshallers.h: $(srcdir)/test-marshallers.proto $(MARSHALLERS_DEP
|
||||
|
||||
EXTRA_DIST = \
|
||||
$(TEST_MARSHALLERS) \
|
||||
test-marshallers.proto \
|
||||
$(NULL)
|
||||
|
||||
-include $(top_srcdir)/git.mk
|
||||
|
||||
@ -1,8 +1,8 @@
|
||||
#include <glib.h>
|
||||
#include <string.h>
|
||||
#include <marshaller.h>
|
||||
|
||||
#include <generated_test_marshallers.h>
|
||||
#include "common/marshaller.h"
|
||||
#include "generated_test_marshallers.h"
|
||||
|
||||
static uint8_t expected_data[] = { 0x02, 0x00, 0x00, 0x00, /* data_size */
|
||||
0x08, 0x00, 0x00, 0x00, /* data offset */
|
||||
|
||||
Loading…
Reference in New Issue
Block a user