diff options
Diffstat (limited to 'crypto/Makefile.am.tpl')
-rw-r--r-- | crypto/Makefile.am.tpl | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/crypto/Makefile.am.tpl b/crypto/Makefile.am.tpl index a29e07f..6ac6c4f 100644 --- a/crypto/Makefile.am.tpl +++ b/crypto/Makefile.am.tpl | |||
@@ -33,6 +33,11 @@ if NO_STRLCPY | |||
33 | libcompat_la_SOURCES += compat/strlcpy.c | 33 | libcompat_la_SOURCES += compat/strlcpy.c |
34 | endif | 34 | endif |
35 | 35 | ||
36 | if NO_STRNDUP | ||
37 | libcompat_la_SOURCES += compat/strndup.c | ||
38 | libcompat_la_SOURCES += compat/strnlen.c | ||
39 | endif | ||
40 | |||
36 | if NO_REALLOCARRAY | 41 | if NO_REALLOCARRAY |
37 | libcompat_la_SOURCES += compat/reallocarray.c | 42 | libcompat_la_SOURCES += compat/reallocarray.c |
38 | endif | 43 | endif |