summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2010-11-30 20:34:20 +0200
committerAlon Levy <alevy@redhat.com>2010-12-07 13:31:44 +0200
commit9dfeeaefbe10163863192703ca35ac65e02bc0db (patch)
tree1f69ebb59fa2342faca6eeb076074bf5b09dcbb4
parent7e0a1dfa75d9c967b96929c56dce4cecb7151a85 (diff)
downloadspice-9dfeeaefbe10163863192703ca35ac65e02bc0db.tar.gz
spice-9dfeeaefbe10163863192703ca35ac65e02bc0db.tar.xz
spice-9dfeeaefbe10163863192703ca35ac65e02bc0db.zip
client/smartcard: add files to Makefile.am for make dist
-rw-r--r--client/Makefile.am6
1 files changed, 4 insertions, 2 deletions
diff --git a/client/Makefile.am b/client/Makefile.am
index 166ce5e9..da859f4e 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -28,8 +28,10 @@ else
GL_SRCS =
endif
+SMARTCARD_SRC_ENABLED = smartcard_channel.cpp smartcard_channel.h
+
if SUPPORT_SMARTCARD
-SMARTCARD_SRCS = smartcard_channel.cpp
+SMARTCARD_SRCS = $(SMARTCARD_SRC_ENABLED)
else
SMARTCARD_SRCS =
endif
@@ -140,6 +142,6 @@ GDI_FILES = \
MAINTAINERCLEANFILES = $(spice_built_sources)
-EXTRA_DIST = $(RED_COMMON_SRCS) $(spice_built_sources) $(GL_SRCS) $(GDI_FILES) $(SMARTCARD_SRCS)
+EXTRA_DIST = $(RED_COMMON_SRCS) $(spice_built_sources) $(GL_SRCS) $(GDI_FILES) $(SMARTCARD_SRC_ENABLED)
BUILT_SOURCES = $(spice_built_sources)