diff options
author | Andreas Schneider <mail@cynapses.org> | 2009-04-16 17:21:47 +0000 |
---|---|---|
committer | Andreas Schneider <mail@cynapses.org> | 2009-04-16 17:21:47 +0000 |
commit | 55d42b9c533f2b45666f95609d13c40b2151e116 (patch) | |
tree | 7487e85bdc9ab707204d8ca4ccbc4004daf36cae | |
parent | 07506763ff10d55c341e54261850de1ae2c1cb2d (diff) | |
download | libssh-55d42b9c533f2b45666f95609d13c40b2151e116.tar.gz libssh-55d42b9c533f2b45666f95609d13c40b2151e116.tar.xz libssh-55d42b9c533f2b45666f95609d13c40b2151e116.zip |
Fix typo.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@513 7dcaeef0-15fb-0310-b436-a5af3365683c
-rw-r--r-- | libssh/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libssh/CMakeLists.txt b/libssh/CMakeLists.txt index 6ac0965a..e3ee26b7 100644 --- a/libssh/CMakeLists.txt +++ b/libssh/CMakeLists.txt @@ -98,7 +98,7 @@ if (WITH_SSH1) auth1.c channels1.c ) -endif (WITH_SERVER) +endif (WITH_SSH1) if (WITH_SERVER) set(libssh_SRCS |