From: Marcus Brinkmann Date: Wed, 8 Feb 2012 14:19:33 +0000 (+0100) Subject: Link the thread test to pthread. X-Git-Tag: gpgme-1.3.2~15 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=0052a72f89c6830818e354358fdd84702d3494c8;p=gpgme.git Link the thread test to pthread. * tests/gpg/Makefile.am (t_thread1_LDADD): Add -lpthread. --- diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index d4debd7..dd28d5e 100644 --- a/tests/gpg/Makefile.am +++ b/tests/gpg/Makefile.am @@ -48,7 +48,7 @@ INCLUDES = -I$(top_builddir)/src AM_CPPFLAGS = @GPG_ERROR_CFLAGS@ LDADD = ../../src/libgpgme.la -t_thread1_LDADD = ../../src/libgpgme-pthread.la +t_thread1_LDADD = ../../src/libgpgme-pthread.la -lpthread # We don't run t-genkey in the test suite, because it takes too long noinst_PROGRAMS = $(TESTS) t-genkey