aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/Makefile.am.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/Makefile.am.tpl b/apps/Makefile.am.tpl
index ea6174d..7222c18 100644
--- a/apps/Makefile.am.tpl
+++ b/apps/Makefile.am.tpl
@@ -9,3 +9,7 @@ openssl_LDADD += $(top_builddir)/ssl/libssl.la
9 9
10openssl_SOURCES = 10openssl_SOURCES =
11noinst_HEADERS = 11noinst_HEADERS =
12
13if NO_STRTONUM
14openssl_SOURCES += strtonum.c
15endif