[Spice-devel] [PATCH 4/5] build: fix build with new messages.h

Marc-André Lureau marcandre.lureau at gmail.com
Wed Mar 14 18:13:34 PDT 2012


The new messages.h includes smartcard headers. Make sure we pass the
right CFLAGS
---
 server/tests/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/server/tests/Makefile.am b/server/tests/Makefile.am
index 61fad75..fdaf5cb 100644
--- a/server/tests/Makefile.am
+++ b/server/tests/Makefile.am
@@ -6,6 +6,7 @@ INCLUDES =                              \
 	-I$(top_srcdir)/server          \
 	-I$(top_srcdir)/server/tests    \
 	$(PROTOCOL_CFLAGS)              \
+	$(SMARTCARD_CFLAGS)             \
 	$(SPICE_NONPKGCONFIG_CFLAGS)    \
 	$(NULL)
 
-- 
1.7.7.6



More information about the Spice-devel mailing list