mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-10 10:26:47 +09:00
tests: fix pkd build breakages
Fix a build breakage when '-DWITH_SERVER=OFF' is set: skip building the pkd test for that case. Add some missing includes for the OpenIndiana and FreeBSD builds. Signed-off-by: Jon Simons <jon@jonsimons.org> Reviewed-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
committed by
Andreas Schneider
parent
cd2dc3770a
commit
a25790d343
@@ -47,4 +47,6 @@ if (WITH_BENCHMARKS)
|
||||
add_subdirectory(benchmarks)
|
||||
endif (WITH_BENCHMARKS)
|
||||
|
||||
add_subdirectory(pkd)
|
||||
if (WITH_SERVER)
|
||||
add_subdirectory(pkd)
|
||||
endif (WITH_SERVER)
|
||||
|
||||
Reference in New Issue
Block a user