a4cc953911
Simplify autoconf checks by using AC_CHECK_FUNCS/HEADERS. Clarify some ambiguous dependencies around strnlen/strndup. Unconditionally enable pidwraptest for all arc4random implementations. Remove HAVE_VASPRINTF conditional, since asprintf requires vasprintf. ok @doug
12 lines
254 B
Smarty
12 lines
254 B
Smarty
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 =
|