summaryrefslogtreecommitdiff
path: root/Makefile.dist
diff options
context:
space:
mode:
authorGunter Knauf <gk@gknw.de>2007-01-25 13:15:47 +0000
committerGunter Knauf <gk@gknw.de>2007-01-25 13:15:47 +0000
commit5aefdd93cbe6169b9ba6174d93fe759b7adbfdf2 (patch)
treef844cb08b432906a92e150f9f979f8ef7557923f /Makefile.dist
parent4b27fae069c90cde72f0dd7624d578dd773441f4 (diff)
downloadcurl-5aefdd93cbe6169b9ba6174d93fe759b7adbfdf2.tar.gz
added targets for libssh2 builds.
Diffstat (limited to 'Makefile.dist')
-rw-r--r--Makefile.dist8
1 files changed, 8 insertions, 0 deletions
diff --git a/Makefile.dist b/Makefile.dist
index 3a674d7d7..f76a36b83 100644
--- a/Makefile.dist
+++ b/Makefile.dist
@@ -73,6 +73,10 @@ mingw32-ssl:
$(MAKE) -C lib -f Makefile.m32 SSL=1 ZLIB=1
$(MAKE) -C src -f Makefile.m32 SSL=1 ZLIB=1
+mingw32-ssh2-ssl:
+ $(MAKE) -C lib -f Makefile.m32 SSH2=1 SSL=1 ZLIB=1
+ $(MAKE) -C src -f Makefile.m32 SSH2=1 SSL=1 ZLIB=1
+
mingw32-clean:
$(MAKE) -C lib -f Makefile.m32 clean
$(MAKE) -C src -f Makefile.m32 clean
@@ -212,6 +216,10 @@ netware-ssl-zlib:
$(MAKE) -C lib -f Makefile.netware WITH_SSL=1 WITH_ZLIB=1
$(MAKE) -C src -f Makefile.netware WITH_SSL=1 WITH_ZLIB=1
+netware-ssh2-ssl-zlib:
+ $(MAKE) -C lib -f Makefile.netware WITH_SSH2=1 WITH_SSL=1 WITH_ZLIB=1
+ $(MAKE) -C src -f Makefile.netware WITH_SSH2=1 WITH_SSL=1 WITH_ZLIB=1
+
netware-zlib:
$(MAKE) -C lib -f Makefile.netware WITH_ZLIB=1
$(MAKE) -C src -f Makefile.netware WITH_ZLIB=1