summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2015-03-20 14:21:05 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2015-03-20 14:21:05 +0100
commit8744beef5a0abacddf1445b1ecc049f42fa14db2 (patch)
tree17a33e3706d3412917487162a51ff2288d84c832
parent2dea0e31cd8d33a852d844a51b164873863ad7f0 (diff)
build-sys: Add spiceqxl_smartcard.h to _SOURCES
This file needs to be listed in Makefile.am otherwise it will not be added to the tarballs make dist generates.
-rw-r--r--src/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index 6c72bbd..7926f69 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -97,6 +97,7 @@ spiceqxl_drv_la_SOURCES = \
spiceqxl_uinput.h \
spiceqxl_audio.c \
spiceqxl_smartcard.c \
+ spiceqxl_smartcard.h \
spiceqxl_audio.h \
spiceqxl_inputs.c \
spiceqxl_inputs.h \