summaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2014-12-08 18:26:14 +0100
committerChristophe Fergeau <cfergeau@redhat.com>2014-12-09 16:38:03 +0100
commitfb3fe2272cf6fa27642593f79b351802787319d4 (patch)
tree15c8158db779cc850a3322394b16497f5c5c10d7 /common
parentdf74a17238e376b00cbafe7a48e8e4b406095755 (diff)
build-sys: Move smartcard check to m4 macro
Diffstat (limited to 'common')
-rw-r--r--common/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/common/Makefile.am b/common/Makefile.am
index 2c82adc..cbb8f8b 100644
--- a/common/Makefile.am
+++ b/common/Makefile.am
@@ -91,15 +91,16 @@ endif
AM_CPPFLAGS = \
-I$(top_srcdir) \
+ $(SPICE_COMMON_CFLAGS) \
$(GL_CFLAGS) \
$(PIXMAN_CFLAGS) \
$(CELT051_CFLAGS) \
$(OPUS_CFLAGS) \
$(PROTOCOL_CFLAGS) \
- $(SMARTCARD_CFLAGS) \
$(NULL)
libspice_common_la_LIBADD = \
+ $(SPICE_COMMON_LIBS) \
$(OPUS_LIBS) \
$(CELT051_LIBS)