aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorAndreas Schneider <mail@cynapses.org>2009-04-18 12:07:31 +0000
committerAndreas Schneider <mail@cynapses.org>2009-04-18 12:07:31 +0000
commitc373e9bb03df8c3c88c9d3e8e70ea37b646d2306 (patch)
tree7a228923ed460f27167baee81bee617cb0bd3055 /build
parentdb2ff033922b1177fdab4996ee52f895541f8f0f (diff)
downloadlibssh-c373e9bb03df8c3c88c9d3e8e70ea37b646d2306.tar.gz
libssh-c373e9bb03df8c3c88c9d3e8e70ea37b646d2306.tar.xz
libssh-c373e9bb03df8c3c88c9d3e8e70ea37b646d2306.zip
Build with SSH1 and server by default.
git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@549 7dcaeef0-15fb-0310-b436-a5af3365683c
Diffstat (limited to 'build')
-rwxr-xr-xbuild/build_make.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build_make.sh b/build/build_make.sh
index 04a310af..7dc2a63d 100755
--- a/build/build_make.sh
+++ b/build/build_make.sh
@@ -57,7 +57,7 @@ echo "Usage: `basename $0` [--prefix /install_prefix|--build [debug|final]|--cle
cd ${BUILDDIR}
-OPTIONS="--graphviz=${BUILDDIR}/libssh.dot -DUNIT_TESTING=ON"
+OPTIONS="--graphviz=${BUILDDIR}/libssh.dot -DUNIT_TESTING=ON -DWITH_SSH1=ON -DWITH_SERVER=ON"
while test -n "$1"; do
PARAM="$1"