diff options
Diffstat (limited to '')
-rw-r--r-- | crypto/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 04b67aa..0e7f9c8 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -84,6 +84,10 @@ if !HAVE_ASPRINTF | |||
84 | libcompat_la_SOURCES += compat/bsd-asprintf.c | 84 | libcompat_la_SOURCES += compat/bsd-asprintf.c |
85 | endif | 85 | endif |
86 | 86 | ||
87 | if !HAVE_FREEZERO | ||
88 | libcompat_la_SOURCES += compat/freezero.c | ||
89 | endif | ||
90 | |||
87 | if !HAVE_GETPAGESIZE | 91 | if !HAVE_GETPAGESIZE |
88 | libcompat_la_SOURCES += compat/getpagesize.c | 92 | libcompat_la_SOURCES += compat/getpagesize.c |
89 | endif | 93 | endif |