2014-07-10 06:21:51 -05:00
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
|
|
|
|
bin_PROGRAMS = openssl
|
|
|
|
|
|
|
|
openssl_CFLAGS = $(USER_CFLAGS)
|
2014-10-27 19:22:03 -05:00
|
|
|
openssl_LDADD = $(PLATFORM_LDADD) $(PROG_LDADD)
|
2014-07-10 06:21:51 -05:00
|
|
|
openssl_LDADD += $(top_builddir)/ssl/libssl.la
|
2014-07-21 05:40:28 -05:00
|
|
|
openssl_LDADD += $(top_builddir)/crypto/libcrypto.la
|
2014-07-10 06:21:51 -05:00
|
|
|
|
|
|
|
openssl_SOURCES =
|
|
|
|
noinst_HEADERS =
|
2014-07-11 04:47:03 -05:00
|
|
|
|
2014-10-29 15:44:36 -05:00
|
|
|
if !HAVE_STRTONUM
|
2014-07-11 04:47:03 -05:00
|
|
|
openssl_SOURCES += strtonum.c
|
|
|
|
endif
|
2014-11-19 22:02:17 -06:00
|
|
|
|