diff options
Diffstat (limited to 'crypto/Makefile.am.tpl')
-rw-r--r-- | crypto/Makefile.am.tpl | 4 |
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 | |||
38 | libcompat_la_SOURCES += compat/strnlen.c | 38 | libcompat_la_SOURCES += compat/strnlen.c |
39 | endif | 39 | endif |
40 | 40 | ||
41 | if NO_ASPRINTF | ||
42 | libcompat_la_SOURCES += compat/asprintf.c | ||
43 | endif | ||
44 | |||
41 | if NO_REALLOCARRAY | 45 | if NO_REALLOCARRAY |
42 | libcompat_la_SOURCES += compat/reallocarray.c | 46 | libcompat_la_SOURCES += compat/reallocarray.c |
43 | endif | 47 | endif |