diff options
Diffstat (limited to 'tls/Makefile.am')
-rw-r--r-- | tls/Makefile.am | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tls/Makefile.am b/tls/Makefile.am index bfe9571..58c0344 100644 --- a/tls/Makefile.am +++ b/tls/Makefile.am | |||
@@ -30,3 +30,10 @@ libtls_la_SOURCES += tls_peer.c | |||
30 | libtls_la_SOURCES += tls_util.c | 30 | libtls_la_SOURCES += tls_util.c |
31 | libtls_la_SOURCES += tls_verify.c | 31 | libtls_la_SOURCES += tls_verify.c |
32 | noinst_HEADERS = tls_internal.h | 32 | noinst_HEADERS = tls_internal.h |
33 | |||
34 | if HOST_WIN | ||
35 | libtls_la_SOURCES += compat/ftruncate.c | ||
36 | libtls_la_SOURCES += compat/getuid.c | ||
37 | libtls_la_SOURCES += compat/pread.c | ||
38 | libtls_la_SOURCES += compat/pwrite.c | ||
39 | endif | ||