diff options
author | Simon Josefsson <simon@josefsson.org> | 2006-06-27 12:46:33 +0000 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2006-06-27 12:46:33 +0000 |
commit | 8edad3e6ac3abf7d270fd69c18e241233b2269c0 (patch) | |
tree | bb4647515e6063907391541af930ed76514456d9 /tests/Makefile.am | |
parent | a07b7d228f44bf2d17879a7902358af80cf5a98b (diff) | |
download | gnutls-8edad3e6ac3abf7d270fd69c18e241233b2269c0.tar.gz |
Fix.
Diffstat (limited to 'tests/Makefile.am')
-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 e1adfa79a4..17a3a9573d 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -33,9 +33,9 @@ EXTRA_DIST = client.p12 noclient.p12 unclient.p12 EXTRA_DIST += encpkcs8.pem unencpkcs8.pem enc2pkcs8.pem ctests = simple openssl gc set_pkcs12_cred certder +openssl_LDADD = $(LDADD) ../libextra/libgnutls-openssl.la if HAVE_FORK ctests += anonself pskself dhepskself tlsia resume -openssl_LDADD = $(LDADD) ../libextra/libgnutls-openssl.la tlsia_LDADD = $(LDADD) ../libextra/libgnutls-extra.la \ ../gl/libgnu.la @LTLIBREADLINE@ endif |