1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-08-08 19:02:06 +03:00

Add WITH_SERVER option.

git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@293 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Andreas Schneider
2009-03-28 21:56:28 +00:00
parent fce4840c77
commit e02a6e0225
6 changed files with 29 additions and 7 deletions

View File

@@ -58,3 +58,7 @@ if (WITH_SSH1)
set(WITH_SSH1 1)
endif (WITH_SSH1)
if (WITH_SERVER)
set(WITH_SERVER 1)
endif (WITH_SERVER)