summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2006-06-27 12:46:33 +0000
committerSimon Josefsson <simon@josefsson.org>2006-06-27 12:46:33 +0000
commit8edad3e6ac3abf7d270fd69c18e241233b2269c0 (patch)
treebb4647515e6063907391541af930ed76514456d9 /tests/Makefile.am
parenta07b7d228f44bf2d17879a7902358af80cf5a98b (diff)
downloadgnutls-8edad3e6ac3abf7d270fd69c18e241233b2269c0.tar.gz
Fix.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am2
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