diff options
author | Victor Toso <victortoso@redhat.com> | 2016-05-21 10:29:41 +0200 |
---|---|---|
committer | Victor Toso <victortoso@redhat.com> | 2016-06-01 09:32:27 +0200 |
commit | 756f1fe8aa76343350d281ce86756f8a71e2376d (patch) | |
tree | 5857be44da55d0f82b28c68909fbae5402a239b2 /tests | |
parent | 320a58d8fcf85e9bf41bb7948d29ec348780f52d (diff) |
tests: fix build with smartcard enabled
In file included from
../spice-common/common/client_marshallers.h:29:0,
from ../src/spice-channel-priv.h:35,
from ../src/spice-file-transfer-task-priv.h:28,
from file-transfer.c:3:
../spice-common/common/messages.h:45:23: fatal error: libcacard.h: No such file or directory
compilation terminated.
Acked-by: Pavel Grunt <pgrunt@redhat.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index c1d95c1..d56ff1b 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -20,6 +20,7 @@ noinst_PROGRAMS += $(TESTS) AM_CPPFLAGS = \ $(COMMON_CFLAGS) \ $(GIO_CFLAGS) \ + $(SMARTCARD_CFLAGS) \ -I$(top_srcdir)/src \ -I$(top_builddir)/src \ -DG_LOG_DOMAIN=\"GSpice\" \ |