projects
/
gpgme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3f03897
)
Link the thread test to pthread.
author
Marcus Brinkmann
<mb@g10code.com>
Wed, 8 Feb 2012 14:19:33 +0000
(15:19 +0100)
committer
Marcus Brinkmann
<mb@g10code.com>
Wed, 8 Feb 2012 14:19:33 +0000
(15:19 +0100)
* tests/gpg/Makefile.am (t_thread1_LDADD): Add -lpthread.
tests/gpg/Makefile.am
patch
|
blob
|
history
diff --git
a/tests/gpg/Makefile.am
b/tests/gpg/Makefile.am
index d4debd7c5d5ddbbb3f5e13785e44a86e68200947..dd28d5e0e7d050445a41d976e0618dd20198ca32 100644
(file)
--- 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