From c7cb2d0657b92c10e2a5201c5d2c22873c933d66 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Sun, 16 Feb 2014 17:58:55 +0100 Subject: examples: Remove old samplesshd-tty. --- examples/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'examples/CMakeLists.txt') diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index aaecf56d..5e6d1bfc 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -27,9 +27,6 @@ if (UNIX AND NOT WIN32) if (WITH_SERVER) if (HAVE_LIBUTIL) - add_executable(samplesshd-tty samplesshd-tty.c) - target_link_libraries(samplesshd-tty ${LIBSSH_SHARED_LIBRARY} ${ARGP_LIBRARIES} util) - add_executable(ssh_server_fork ssh_server_fork.c) target_link_libraries(ssh_server_fork ${LIBSSH_SHARED_LIBRARY} ${ARGP_LIBRARIES} util) endif (HAVE_LIBUTIL) -- cgit v1.2.3