diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 29e0c424..1b990e6f 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -34,8 +34,9 @@ noinst_HEADERS = run-support.h noinst_PROGRAMS = $(TESTS) run-keylist run-export run-import run-sign \ run-verify run-encrypt run-identify run-decrypt run-genkey \ - run-keysign run-tofu run-swdb + run-keysign run-tofu run-swdb run-threaded +run_threaded_LDADD = ../src/libgpgme.la -lpthread @GPG_ERROR_LIBS@ if RUN_GPG_TESTS gpgtests = gpg json |