From 1c5ae7dd97eeb2266bb0957b02175a8542340b2e Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 25 Sep 2009 09:33:11 +0200 Subject: Install callbacks header file. --- include/libssh/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/include/libssh/CMakeLists.txt b/include/libssh/CMakeLists.txt index 2b9fac6..359b6d2 100644 --- a/include/libssh/CMakeLists.txt +++ b/include/libssh/CMakeLists.txt @@ -1,6 +1,7 @@ project(libssh-headers C) set(libssh_HDRS + callbacks.h libssh.h crypto.h ssh2.h -- cgit