From e8e07f737625f1c0a2c8a1b3751e10f271507ccf Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Fri, 25 Sep 2009 09:37:56 +0200 Subject: Fix typo. --- include/libssh/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libssh/CMakeLists.txt b/include/libssh/CMakeLists.txt index 359b6d2..11b6d19 100644 --- a/include/libssh/CMakeLists.txt +++ b/include/libssh/CMakeLists.txt @@ -1,7 +1,7 @@ project(libssh-headers C) set(libssh_HDRS - callbacks.h + callback.h libssh.h crypto.h ssh2.h -- cgit