aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e7a6e90..7725796 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -7,10 +7,10 @@ AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl
7AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl/compat 7AM_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 = $(abs_top_builddir)/tls/.libs/libtls.a
11LDADD += $(abs_top_builddir)/tls/.libs/libtls.a
12LDADD += $(abs_top_builddir)/ssl/.libs/libssl.a 11LDADD += $(abs_top_builddir)/ssl/.libs/libssl.a
13LDADD += $(abs_top_builddir)/crypto/.libs/libcrypto.a 12LDADD += $(abs_top_builddir)/crypto/.libs/libcrypto.a
13LDADD += $(PLATFORM_LDADD) $(PROG_LDADD)
14if HOST_ASM_MACOSX_X86_64 14if HOST_ASM_MACOSX_X86_64
15LDADD += $(abs_top_builddir)/crypto/.libs/libcrypto_la-cpuid-macosx-x86_64.o 15LDADD += $(abs_top_builddir)/crypto/.libs/libcrypto_la-cpuid-macosx-x86_64.o
16endif 16endif