1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-05-28 17:41:28 +03:00

examples: Fix endif()

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider 2016-05-04 14:25:29 +02:00
parent bc2db86d1c
commit d5068ed07d

View File

@ -50,7 +50,7 @@ if (UNIX AND NOT WIN32)
add_executable(samplesshd-kbdint samplesshd-kbdint.c)
target_link_libraries(samplesshd-kbdint ${LIBSSH_SHARED_LIBRARY} ${ARGP_LIBRARY})
endif (WITH_SERVER)
endif (WITH_SERVER AND ARGP_LIBRARY)
endif (UNIX AND NOT WIN32)
add_executable(exec exec.c ${examples_SRCS})