diff options
author | Brent Cook <busterb@gmail.com> | 2016-11-05 08:44:35 -0500 |
---|---|---|
committer | kinichiro <kinichiro.inoguchi@gmail.com> | 2016-11-06 00:24:12 +0900 |
commit | 7770e4f2e4b85fd8bf3123b16a7b30fb22f9f68b (patch) | |
tree | 74f317ae0cc4e6292570330adfd1f13845cc08b3 /tests/Makefile.am | |
parent | 348362416d79760320d9120bbc0b653fb2a2e838 (diff) | |
download | portable-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.am | 4 |
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 | |||
8 | AM_CPPFLAGS += -D_PATH_SSL_CA_FILE=\"$(top_srcdir)/apps/openssl/cert.pem\" | 8 | AM_CPPFLAGS += -D_PATH_SSL_CA_FILE=\"$(top_srcdir)/apps/openssl/cert.pem\" |
9 | 9 | ||
10 | LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) | 10 | LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) |
11 | LDADD += $(abs_top_builddir)/ssl/libssl.la | 11 | LDADD += $(abs_top_builddir)/tls/.libs/libtls.a |
12 | LDADD += $(abs_top_builddir)/ssl/.libs/libssl.a | ||
12 | LDADD += $(abs_top_builddir)/crypto/libcrypto.la | 13 | LDADD += $(abs_top_builddir)/crypto/libcrypto.la |
13 | LDADD += $(abs_top_builddir)/tls/libtls.la | ||
14 | 14 | ||
15 | TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh | 15 | TEST_LOG_DRIVER = env AM_TAP_AWK='$(AWK)' $(SHELL) $(top_srcdir)/tap-driver.sh |
16 | 16 | ||