enable -lcrypto -lssl with all test programs directly.
This removes the need to specify each one individually. ok doug@
This commit is contained in:
@@ -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 =
|
||||
|
Reference in New Issue
Block a user