diff options
Diffstat (limited to 'crypto/Makefile.am')
-rw-r--r-- | crypto/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am index e1e785d..40d82cd 100644 --- a/crypto/Makefile.am +++ b/crypto/Makefile.am | |||
@@ -73,6 +73,12 @@ if !HAVE_INET_PTON | |||
73 | libcompat_la_SOURCES += compat/inet_pton.c | 73 | libcompat_la_SOURCES += compat/inet_pton.c |
74 | endif | 74 | endif |
75 | 75 | ||
76 | if !HAVE_TIMEGM | ||
77 | if !HAVE__MKGMTIME | ||
78 | libcompat_la_SOURCES += compat/timegm.c | ||
79 | endif | ||
80 | endif | ||
81 | |||
76 | if !HAVE_REALLOCARRAY | 82 | if !HAVE_REALLOCARRAY |
77 | libcompat_la_SOURCES += compat/reallocarray.c | 83 | libcompat_la_SOURCES += compat/reallocarray.c |
78 | endif | 84 | endif |