diff options
Diffstat (limited to 'apps')
-rw-r--r-- | apps/Makefile.am.tpl | 4 |
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 | ||
10 | openssl_SOURCES = | 10 | openssl_SOURCES = |
11 | noinst_HEADERS = | 11 | noinst_HEADERS = |
12 | |||
13 | if NO_STRTONUM | ||
14 | openssl_SOURCES += strtonum.c | ||
15 | endif | ||