summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2007-05-12 13:31:37 +0000
committerSimon Josefsson <simon@josefsson.org>2007-05-12 13:31:37 +0000
commit17a04a08eab3e2fb327386406b83f2262c4eba31 (patch)
tree678533d830fe1837a3c1275d5875a291e469a4ea /tests
parentff669b623413c4d2c3c5c852983b6bdf14885a72 (diff)
downloadgnutls-17a04a08eab3e2fb327386406b83f2262c4eba31.tar.gz
Reorder to work around libtool bug.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 84c01a998b..e7f2aaeaf2 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -36,7 +36,7 @@ ctests = simple openssl gc set_pkcs12_cred certder \
openssl_LDADD = $(LDADD) ../libextra/libgnutls-openssl.la
if HAVE_FORK
ctests += anonself pskself dhepskself tlsia resume
-tlsia_LDADD = $(LDADD) ../libextra/libgnutls-extra.la @LTLIBREADLINE@
+tlsia_LDADD = ../libextra/libgnutls-extra.la $(LDADD) @LTLIBREADLINE@
endif
gc_LDADD = $(LDADD) $(LIBGCRYPT_LIBS)