From 255f5bd73f69eaf278e02670dc64ddccb0947b73 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Mon, 17 May 2010 23:36:39 +0200 Subject: Install missing legacy 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 54bf7357..78ee1c61 100644 --- a/include/libssh/CMakeLists.txt +++ b/include/libssh/CMakeLists.txt @@ -4,6 +4,7 @@ set(libssh_HDRS callbacks.h libssh.h ssh2.h + legacy.h ) if (WITH_SFTP) -- cgit