diff options
Diffstat (limited to 'tests')
-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 e7a6e90..7725796 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -7,10 +7,10 @@ AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl | |||
7 | AM_CPPFLAGS += -I $(top_srcdir)/apps/openssl/compat | 7 | 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 = $(abs_top_builddir)/tls/.libs/libtls.a |
11 | LDADD += $(abs_top_builddir)/tls/.libs/libtls.a | ||
12 | LDADD += $(abs_top_builddir)/ssl/.libs/libssl.a | 11 | LDADD += $(abs_top_builddir)/ssl/.libs/libssl.a |
13 | LDADD += $(abs_top_builddir)/crypto/.libs/libcrypto.a | 12 | LDADD += $(abs_top_builddir)/crypto/.libs/libcrypto.a |
13 | LDADD += $(PLATFORM_LDADD) $(PROG_LDADD) | ||
14 | if HOST_ASM_MACOSX_X86_64 | 14 | if HOST_ASM_MACOSX_X86_64 |
15 | LDADD += $(abs_top_builddir)/crypto/.libs/libcrypto_la-cpuid-macosx-x86_64.o | 15 | LDADD += $(abs_top_builddir)/crypto/.libs/libcrypto_la-cpuid-macosx-x86_64.o |
16 | endif | 16 | endif |