Archive Index
This month's Index
|
Subject: [libssh2] libtool and automake?
[libssh2] libtool and automake?
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Sat, 11 Nov 2006 12:46:26 +0100 (CET)
Hey
I want to fix libssh2 in these aspects:
- build shared libs on virtually all posix systems
- install both shared and static libs on make install (if both are built)
The first point is very easily done using libtool (and frankly, a lot of hard
The second point comes automatically if we use libtool and automake, but can
-------------------------------------------------------------------------
|