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.tpl4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/Makefile.am.tpl b/crypto/Makefile.am.tpl
index 6ac6c4f..7688fb9 100644
--- a/crypto/Makefile.am.tpl
+++ b/crypto/Makefile.am.tpl
@@ -38,6 +38,10 @@ libcompat_la_SOURCES += compat/strndup.c
38libcompat_la_SOURCES += compat/strnlen.c 38libcompat_la_SOURCES += compat/strnlen.c
39endif 39endif
40 40
41if NO_ASPRINTF
42libcompat_la_SOURCES += compat/asprintf.c
43endif
44
41if NO_REALLOCARRAY 45if NO_REALLOCARRAY
42libcompat_la_SOURCES += compat/reallocarray.c 46libcompat_la_SOURCES += compat/reallocarray.c
43endif 47endif