2014-07-10 06:21:51 -05:00
|
|
|
include $(top_srcdir)/Makefile.am.common
|
|
|
|
|
|
|
|
bin_PROGRAMS = openssl
|
|
|
|
|
|
|
|
openssl_CFLAGS = $(USER_CFLAGS)
|
|
|
|
openssl_LDADD = $(PLATFORM_LDADD)
|
|
|
|
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
|
|
|
|
|
|
|
if NO_STRTONUM
|
|
|
|
openssl_SOURCES += strtonum.c
|
|
|
|
endif
|