aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--crypto/Makefile.am4
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
84libcompat_la_SOURCES += compat/bsd-asprintf.c 84libcompat_la_SOURCES += compat/bsd-asprintf.c
85endif 85endif
86 86
87if !HAVE_FREEZERO
88libcompat_la_SOURCES += compat/freezero.c
89endif
90
87if !HAVE_GETPAGESIZE 91if !HAVE_GETPAGESIZE
88libcompat_la_SOURCES += compat/getpagesize.c 92libcompat_la_SOURCES += compat/getpagesize.c
89endif 93endif