diff options
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r-- | tests/Makefile.am | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index ab1f2f1..57347d6 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
@@ -337,6 +337,9 @@ if !HOST_WIN | |||
337 | TESTS += tlstest.sh | 337 | TESTS += tlstest.sh |
338 | check_PROGRAMS += tlstest | 338 | check_PROGRAMS += tlstest |
339 | tlstest_SOURCES = tlstest.c | 339 | tlstest_SOURCES = tlstest.c |
340 | if !HAVE_PIPE2 | ||
341 | tlstest_SOURCES += compat/pipe2.c | ||
342 | endif | ||
340 | EXTRA_DIST += tlstest.sh tlstest.bat | 343 | EXTRA_DIST += tlstest.sh tlstest.bat |
341 | endif | 344 | endif |
342 | 345 | ||