aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2016-11-05 08:44:35 -0500
committerkinichiro <kinichiro.inoguchi@gmail.com>2016-11-06 00:24:12 +0900
commit7770e4f2e4b85fd8bf3123b16a7b30fb22f9f68b (patch)
tree74f317ae0cc4e6292570330adfd1f13845cc08b3 /tests/Makefile.am
parent348362416d79760320d9120bbc0b653fb2a2e838 (diff)
downloadportable-7770e4f2e4b85fd8bf3123b16a7b30fb22f9f68b.tar.gz
portable-7770e4f2e4b85fd8bf3123b16a7b30fb22f9f68b.tar.bz2
portable-7770e4f2e4b85fd8bf3123b16a7b30fb22f9f68b.zip
implement support for hiding symbols in libtls / libssl
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 85720c2..5c575a8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -8,9 +8,9 @@ AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl/compat
8AM_CPPFLAGS += -D_PATH_SSL_CA_FILE=\"$(top_srcdir)/apps/openssl/cert.pem\" 8AM_CPPFLAGS += -D_PATH_SSL_CA_FILE=\"$(top_srcdir)/apps/openssl/cert.pem\"
9 9
10LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) 10LDADD = $(PLATFORM_LDADD) $(PROG_LDADD)
11LDADD += $(abs_top_builddir)/ssl/libssl.la 11LDADD += $(abs_top_builddir)/tls/.libs/libtls.a
12LDADD += $(abs_top_builddir)/ssl/.libs/libssl.a
12LDADD += $(abs_top_builddir)/crypto/libcrypto.la 13LDADD += $(abs_top_builddir)/crypto/libcrypto.la
13LDADD += $(abs_top_builddir)/tls/libtls.la
14 14
15TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh 15TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh
16 16