[Spice-devel] [PATCH libcacard] Add gthread libraries to link flags for the test.
Jeremy White
jwhite at codeweavers.com
Mon Oct 12 10:53:25 PDT 2015
Fixes 'make check' on Debian.
Signed-off-by: Jeremy White <jwhite at codeweavers.com>
---
Makefile.am | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile.am b/Makefile.am
index 605e96e..fb1c00b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -65,7 +65,7 @@ endif
include $(srcdir)/build-aux/glib-tap.mk
test_programs = tests/libcacard
-tests_libcacard_LDADD = libcacard.la
+tests_libcacard_LDADD = libcacard.la $(GTHREAD_LIBS)
@CODE_COVERAGE_RULES@
--
2.1.4
More information about the Spice-devel
mailing list