diff options
author | Simon Josefsson <simon@josefsson.org> | 2007-05-12 13:31:37 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2007-05-12 13:31:37 +0000 |
commit | 17a04a08eab3e2fb327386406b83f2262c4eba31 (patch) | |
tree | 678533d830fe1837a3c1275d5875a291e469a4ea /tests | |
parent | ff669b623413c4d2c3c5c852983b6bdf14885a72 (diff) | |
download | gnutls-17a04a08eab3e2fb327386406b83f2262c4eba31.tar.gz |
Reorder to work around libtool bug.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am | 2 |
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) |