aboutsummaryrefslogtreecommitdiff
path: root/crypto/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r--crypto/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 78f3dd8..dc94a8c 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -81,6 +81,10 @@ if !HAVE_ASPRINTF
81libcompat_la_SOURCES += compat/bsd-asprintf.c 81libcompat_la_SOURCES += compat/bsd-asprintf.c
82endif 82endif
83 83
84if !HAVE_GETPAGESIZE
85libcompat_la_SOURCES += compat/getpagesize.c
86endif
87
84if !HAVE_INET_PTON 88if !HAVE_INET_PTON
85libcompat_la_SOURCES += compat/inet_pton.c 89libcompat_la_SOURCES += compat/inet_pton.c
86endif 90endif