1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-07 08:02:55 +03:00

examples: Rename samplessh to ssh-client

Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
This commit is contained in:
Andreas Schneider
2017-11-07 15:28:52 +01:00
parent 748d749675
commit 2ec633f33d
2 changed files with 2 additions and 2 deletions

View File

@@ -30,8 +30,8 @@ if (UNIX AND NOT WIN32)
target_link_libraries(samplesftp ${LIBSSH_SHARED_LIBRARY})
endif (WITH_SFTP)
add_executable(samplessh sample.c ${examples_SRCS})
target_link_libraries(samplessh ${LIBSSH_SHARED_LIBRARY})
add_executable(ssh-client ssh_client.c ${examples_SRCS})
target_link_libraries(ssh-client ${LIBSSH_SHARED_LIBRARY})
if (WITH_SERVER AND ARGP_LIBRARY)
if (HAVE_LIBUTIL)