diff options
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 155df59..42d0dd9 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -76,6 +76,9 @@ endif | |||
76 | if !HAVE_STRSEP | 76 | if !HAVE_STRSEP |
77 | -echo strsep >> crypto_portable.sym | 77 | -echo strsep >> crypto_portable.sym |
78 | endif | 78 | endif |
79 | if !HAVE_STRTONUM | ||
80 | -echo strtonum >> crypto_portable.sym | ||
81 | endif | ||
79 | if !HAVE_TIMEGM | 82 | if !HAVE_TIMEGM |
80 | -echo timegm >> crypto_portable.sym | 83 | -echo timegm >> crypto_portable.sym |
81 | endif | 84 | endif |
@@ -175,6 +178,10 @@ if !HAVE_STRSEP | |||
175 | libcompat_la_SOURCES += compat/strsep.c | 178 | libcompat_la_SOURCES += compat/strsep.c |
176 | endif | 179 | endif |
177 | 180 | ||
181 | if !HAVE_STRTONUM | ||
182 | libcompat_la_SOURCES += compat/strtonum.c | ||
183 | endif | ||
184 | |||
178 | if !HAVE_ASPRINTF | 185 | if !HAVE_ASPRINTF |
179 | libcompat_la_SOURCES += compat/bsd-asprintf.c | 186 | libcompat_la_SOURCES += compat/bsd-asprintf.c |
180 | endif | 187 | endif |