diff options
author | Marcus Brinkmann <[email protected]> | 2012-02-08 14:19:33 +0000 |
---|---|---|
committer | Marcus Brinkmann <[email protected]> | 2012-02-08 14:19:33 +0000 |
commit | 0052a72f89c6830818e354358fdd84702d3494c8 (patch) | |
tree | a7bec829b02e0a38899feb5eac411e6207dc30d9 | |
parent | Link gpgme-tool directly to libassuan, as it uses its interface. (diff) | |
download | gpgme-0052a72f89c6830818e354358fdd84702d3494c8.tar.gz gpgme-0052a72f89c6830818e354358fdd84702d3494c8.zip |
Link the thread test to pthread.
* tests/gpg/Makefile.am (t_thread1_LDADD): Add -lpthread.
-rw-r--r-- | tests/gpg/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am index d4debd7c..dd28d5e0 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 |