diff options
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index 06fde29..31fcffd 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -134,6 +134,14 @@ if !HAVE_FREEZERO | |||
134 | libcompat_la_SOURCES += compat/freezero.c | 134 | libcompat_la_SOURCES += compat/freezero.c |
135 | endif | 135 | endif |
136 | 136 | ||
137 | if !HAVE_GETDELIM | ||
138 | libcompat_la_SOURCES += compat/getdelim.c | ||
139 | endif | ||
140 | |||
141 | if !HAVE_GETLINE | ||
142 | libcompat_la_SOURCES += compat/getline.c | ||
143 | endif | ||
144 | |||
137 | if !HAVE_GETPAGESIZE | 145 | if !HAVE_GETPAGESIZE |
138 | libcompat_la_SOURCES += compat/getpagesize.c | 146 | libcompat_la_SOURCES += compat/getpagesize.c |
139 | endif | 147 | endif |