From 7e0a1dfa75d9c967b96929c56dce4cecb7151a85 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Wed, 15 Sep 2010 15:55:37 +0200 Subject: smartcard: configure option --enable-smartcard --- client/Makefile.am | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'client/Makefile.am') diff --git a/client/Makefile.am b/client/Makefile.am index 5a14f5fd..166ce5e9 100644 --- a/client/Makefile.am +++ b/client/Makefile.am @@ -28,6 +28,12 @@ else GL_SRCS = endif +if SUPPORT_SMARTCARD +SMARTCARD_SRCS = smartcard_channel.cpp +else +SMARTCARD_SRCS = +endif + RED_COMMON_SRCS = \ application.cpp \ application.h \ @@ -134,6 +140,6 @@ GDI_FILES = \ MAINTAINERCLEANFILES = $(spice_built_sources) -EXTRA_DIST = $(RED_COMMON_SRCS) $(spice_built_sources) $(GL_SRCS) $(GDI_FILES) +EXTRA_DIST = $(RED_COMMON_SRCS) $(spice_built_sources) $(GL_SRCS) $(GDI_FILES) $(SMARTCARD_SRCS) BUILT_SOURCES = $(spice_built_sources) -- cgit