mirror of
https://git.libssh.org/projects/libssh.git
synced 2025-05-31 16:21:13 +03:00
examples: Fix endif()
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
parent
bc2db86d1c
commit
d5068ed07d
@ -50,7 +50,7 @@ if (UNIX AND NOT WIN32)
|
|||||||
add_executable(samplesshd-kbdint samplesshd-kbdint.c)
|
add_executable(samplesshd-kbdint samplesshd-kbdint.c)
|
||||||
target_link_libraries(samplesshd-kbdint ${LIBSSH_SHARED_LIBRARY} ${ARGP_LIBRARY})
|
target_link_libraries(samplesshd-kbdint ${LIBSSH_SHARED_LIBRARY} ${ARGP_LIBRARY})
|
||||||
|
|
||||||
endif (WITH_SERVER)
|
endif (WITH_SERVER AND ARGP_LIBRARY)
|
||||||
endif (UNIX AND NOT WIN32)
|
endif (UNIX AND NOT WIN32)
|
||||||
|
|
||||||
add_executable(exec exec.c ${examples_SRCS})
|
add_executable(exec exec.c ${examples_SRCS})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user