1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-07-31 00:03:07 +03:00

* Add autogen.sh to generate autotools files

* Rewrite the makefiles to use more automake


git-svn-id: svn+ssh://svn.berlios.de/svnroot/repos/libssh/trunk@125 7dcaeef0-15fb-0310-b436-a5af3365683c
This commit is contained in:
Laurent Bigonville
2007-07-27 03:54:32 +00:00
parent 21e639cc3f
commit ca32b0aa14
11 changed files with 283 additions and 172 deletions

1
include/Makefile.am Normal file
View File

@ -0,0 +1 @@
SUBDIRS = libssh

View File

@ -0,0 +1,2 @@
libsshdir = $(includedir)/libssh
libssh_HEADERS = config.h crypto.h libssh.h priv.h server.h sftp.h ssh1.h ssh2.h