[Spice-devel] [spice-gtk v3 10/16] tests: fix build with smartcard enabled

Pavel Grunt pgrunt at redhat.com
Mon May 30 11:21:28 UTC 2016


Acked-by: Pavel Grunt <pgrunt at redhat.com>

On Mon, 2016-05-30 at 11:55 +0200, Victor Toso wrote:
> 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.
> ---
>  tests/Makefile.am | 1 +
>  1 file changed, 1 insertion(+)
> 
> 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\"		\


More information about the Spice-devel mailing list