aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Makefile.am.tpl')
-rw-r--r--crypto/Makefile.am.tpl5
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
33libcompat_la_SOURCES += compat/strlcpy.c 33libcompat_la_SOURCES += compat/strlcpy.c
34endif 34endif
35 35
36if NO_STRNDUP
37libcompat_la_SOURCES += compat/strndup.c
38libcompat_la_SOURCES += compat/strnlen.c
39endif
40
36if NO_REALLOCARRAY 41if NO_REALLOCARRAY
37libcompat_la_SOURCES += compat/reallocarray.c 42libcompat_la_SOURCES += compat/reallocarray.c
38endif 43endif