diff options
Diffstat (limited to 'crypto/Makefile.am.tpl')
-rw-r--r-- | crypto/Makefile.am.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/Makefile.am.tpl b/crypto/Makefile.am.tpl index bb30aa2..d203b7b 100644 --- a/crypto/Makefile.am.tpl +++ b/crypto/Makefile.am.tpl | |||
@@ -39,7 +39,7 @@ libcompat_la_SOURCES += compat/strnlen.c | |||
39 | endif | 39 | endif |
40 | 40 | ||
41 | if NO_ASPRINTF | 41 | if NO_ASPRINTF |
42 | libcompat_la_SOURCES += compat/asprintf.c | 42 | libcompat_la_SOURCES += compat/bsd-asprintf.c |
43 | endif | 43 | endif |
44 | 44 | ||
45 | if NO_REALLOCARRAY | 45 | if NO_REALLOCARRAY |