diff options
Diffstat (limited to 'crypto/Makefile.am')
-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 78f3dd8..dc94a8c 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -81,6 +81,10 @@ if !HAVE_ASPRINTF | |||
81 | libcompat_la_SOURCES += compat/bsd-asprintf.c | 81 | libcompat_la_SOURCES += compat/bsd-asprintf.c |
82 | endif | 82 | endif |
83 | 83 | ||
84 | if !HAVE_GETPAGESIZE | ||
85 | libcompat_la_SOURCES += compat/getpagesize.c | ||
86 | endif | ||
87 | |||
84 | if !HAVE_INET_PTON | 88 | if !HAVE_INET_PTON |
85 | libcompat_la_SOURCES += compat/inet_pton.c | 89 | libcompat_la_SOURCES += compat/inet_pton.c |
86 | endif | 90 | endif |