aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2017-11-07 15:28:52 +0100
committerAndreas Schneider <asn@cryptomilk.org>2017-11-07 15:28:52 +0100
commit2ec633f33db5060ec087ef6a923dc91795503faa (patch)
tree1c5f44231c9e0e96475852d8652218605d9ffa73
parent748d749675f6d085cdbf3ac0fbe9b63244c3b2f3 (diff)
downloadlibssh-2ec633f33db5060ec087ef6a923dc91795503faa.tar.gz
libssh-2ec633f33db5060ec087ef6a923dc91795503faa.tar.xz
libssh-2ec633f33db5060ec087ef6a923dc91795503faa.zip
examples: Rename samplessh to ssh-client
Signed-off-by: Andreas Schneider <asn@cryptomilk.org>
-rw-r--r--examples/CMakeLists.txt4
-rw-r--r--examples/ssh_client.c (renamed from examples/sample.c)0
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
index e0f4878d..0b2bcffb 100644
--- a/examples/CMakeLists.txt
+++ b/examples/CMakeLists.txt
@@ -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)
diff --git a/examples/sample.c b/examples/ssh_client.c
index 53f7f6c4..53f7f6c4 100644
--- a/examples/sample.c
+++ b/examples/ssh_client.c