diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/Makefile.am.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am.tpl b/tests/Makefile.am.tpl index 5a760da..ec7301c 100644 --- a/tests/Makefile.am.tpl +++ b/tests/Makefile.am.tpl | |||
@@ -3,7 +3,8 @@ include $(top_srcdir)/Makefile.am.common | |||
3 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes | 3 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes |
4 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1 | 4 | AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1 |
5 | 5 | ||
6 | LDADD = $(top_builddir)/ssl/libssl.la | 6 | LDADD = $(PLATFORM_LDADD) $(PROG_LDADD) |
7 | LDADD += $(top_builddir)/ssl/libssl.la | ||
7 | LDADD += $(top_builddir)/crypto/libcrypto.la | 8 | LDADD += $(top_builddir)/crypto/libcrypto.la |
8 | 9 | ||
9 | TESTS = | 10 | TESTS = |