enable -lcrypto -lssl with all test programs directly.

This removes the need to specify each one individually.

ok doug@
This commit is contained in:
Brent Cook
2014-10-29 15:46:20 -05:00
parent ccaf9cdd9c
commit 72c1e56b38
2 changed files with 3 additions and 2 deletions

View File

@@ -3,6 +3,9 @@ include $(top_srcdir)/Makefile.am.common
AM_CPPFLAGS += -I $(top_srcdir)/crypto/modes
AM_CPPFLAGS += -I $(top_srcdir)/crypto/asn1
LDADD = $(top_builddir)/ssl/libssl.la
LDADD += $(top_builddir)/crypto/libcrypto.la
TESTS =
check_PROGRAMS =
EXTRA_DIST =