From 3a95ecfe74ee770f6c0045768abe16faf29ca1aa Mon Sep 17 00:00:00 2001 From: Aris Adamantiadis Date: Sat, 7 Nov 2009 03:45:27 +0100 Subject: move authentication out of sampe.c --- examples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/CMakeLists.txt') diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index c62935c7..3e7b6dcc 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -13,7 +13,7 @@ include_directories( add_executable(libssh_scp libssh_scp.c ${examples_SRCS}) add_executable(scp_download scp_download.c ${examples_SRCS}) -add_executable(samplessh sample.c) +add_executable(samplessh sample.c ${examples_SRCS}) target_link_libraries(libssh_scp ${LIBSSH_SHARED_LIBRARY}) target_link_libraries(scp_download ${LIBSSH_SHARED_LIBRARY}) -- cgit v1.2.3