[Spice-commits] server/tests
Marc-André Lureau
elmarco at kemper.freedesktop.org
Sat Nov 29 06:33:13 PST 2014
server/tests/Makefile.am | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 6a49d59e7eb616c2f9d26718d93cd3d0ff70de93
Author: Marc-André Lureau <marcandre.lureau at gmail.com>
Date: Sat Nov 29 15:32:14 2014 +0100
build-sys: fix out-of-tree build of tests
Fixes the following build error:
In file included from
/home/elmarco/src/spice-new/src/spice/server/tests/test_display_base.h:4:0,
from
/home/elmarco/src/spice-new/src/spice/server/tests/test_display_no_ssl.c:11:
/home/elmarco/src/spice-new/src/spice/server/spice.h:23:27:
fatal error: spice-version.h: No such file or directory
#include "spice-version.h"
^
diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am
index 233393e..3a52d5c 100644
--- a/server/tests/Makefile.am
+++ b/server/tests/Makefile.am
@@ -4,6 +4,7 @@ AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/common \
-I$(top_srcdir)/server \
+ -I$(top_builddir)/server \
-I$(top_srcdir)/server/tests \
$(COMMON_CFLAGS) \
$(GLIB2_CFLAGS) \
More information about the Spice-commits
mailing list