aboutsummaryrefslogtreecommitdiffstats
path: root/tests/gpg/Makefile.am
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2003-09-14 01:32:41 +0000
committerMarcus Brinkmann <[email protected]>2003-09-14 01:32:41 +0000
commit0a952a59b68e55bae6a1da500ebf834a42cc41df (patch)
tree5be4f9aa5c32a9a34b85440d3fc518f0b7aeb503 /tests/gpg/Makefile.am
parentInclude "t-support.h". (diff)
downloadgpgme-0a952a59b68e55bae6a1da500ebf834a42cc41df.tar.gz
gpgme-0a952a59b68e55bae6a1da500ebf834a42cc41df.zip
2003-09-14 Marcus Brinkmann <[email protected]>
* gpg/t-thread1.c: New file. * gpg/Makefile.am (TESTS): Add t-thread1.c. (t_thread1_LDADD): New variable. (LDADD): Remove GPG Error lib. * gpgsm/Makefile.am (LDADD): Likewise.
Diffstat (limited to '')
-rw-r--r--tests/gpg/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/gpg/Makefile.am b/tests/gpg/Makefile.am
index 57f48526..82404c6e 100644
--- a/tests/gpg/Makefile.am
+++ b/tests/gpg/Makefile.am
@@ -28,7 +28,7 @@ noinst_HEADERS = t-support.h
TESTS = t-encrypt t-encrypt-sym t-encrypt-sign t-sign t-signers \
t-decrypt t-verify t-decrypt-verify \
t-export t-import t-trustlist t-eventloop t-edit \
- t-keylist t-keylist-sig
+ t-keylist t-keylist-sig t-thread1
CLEANFILES = secring.gpg pubring.gpg trustdb.gpg
DISTCLEANFILES = pubring.gpg~ random_seed
@@ -39,7 +39,8 @@ EXTRA_DIST = mkdemodirs pubdemo.asc secdemo.asc cipher-1.asc cipher-2.asc \
INCLUDES = -I$(top_srcdir)/gpgme
AM_CPPFLAGS = @GPG_ERROR_CFLAGS@
-LDADD = ../../gpgme/libgpgme.la @GPG_ERROR_LIBS@
+LDADD = ../../gpgme/libgpgme.la
+t_thread1_LDADD = ../../gpgme/libgpgme-pthread.la
# We don't run t-genkey in the test suite, because it takes too long
noinst_PROGRAMS = $(TESTS) t-genkey