include/libssh/CMakeLists.txt | 1 + src/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+), 0 deletions(-)
# HG changeset patch # User Audrius Butkevicius <audrius.butkevic...@elastichosts.com> # Date 1389803758 0 # Wed Jan 15 16:35:58 2014 +0000 # Node ID c3b966140111f5829a791289b64e13795be1e162 # Parent 176b813f886518aab651c08375d8877a34ae14fb Add counters to build diff --git a/include/libssh/CMakeLists.txt b/include/libssh/CMakeLists.txt --- a/include/libssh/CMakeLists.txt +++ b/include/libssh/CMakeLists.txt @@ -5,6 +5,7 @@ libssh.h ssh2.h legacy.h + counters.h ) if (WITH_SFTP) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -115,6 +115,7 @@ client.c config.c connect.c + counters.c curve25519.c dh.c ecdh.c