summaryrefslogtreecommitdiff
path: root/libguile-ssh/Makefile.am (follow)
Commit message (Expand)AuthorAgeFilesLines
* libguile-ssh: Fix building with libssh 0.8•••The 'libguile-ssh' library would fail to build due to missing 'libssh_threads' library that was removed libssh 0.8. This patch fixes that. Reported by lantw44 in <https://github.com/artyom-poptsov/guile-ssh/issues/9> * configure.ac: Add check for libssh 0.8 * libguile-ssh/Makefile.am: Don't use 'libssh_threads' library when building with libssh 0.8+. * NEWS: Update. HEADmasterArtyom V. Poptsov2018-10-011-1/+6
* build: Build with '-Wall'.•••* configure.ac: Set and substitute 'WARN_CFLAGS'. * libguile-ssh/Makefile.am (AM_CFLAGS): New variable. Signed-off-by: Artyom V. Poptsov <poptsov.artyom@gmail.com> Ludovic Courtès2016-11-061-0/+1
* libguile-ssh/Makefile.am: Bugfix•••* libguile-ssh/Makefile.am (libguile_ssh_la_SOURCES): Bugfix: Remove unused 'sftp-session-main.h'. Artyom V. Poptsov2015-12-061-1/+1
* sftp-file-main.c: Add to the repository•••* libguile-ssh/sftp-file-main.c: Add to the repository. * libguile-ssh/sftp-file-type.h: Add missed includes. * modules/ssh/sftp.scm: Use 'init_sftp_file'. Artyom V. Poptsov2015-10-041-1/+1
* sftp-file-type.{c,h}: Add to the repository•••* libguile-ssh/sftp-file-type.h, libguile-ssh/sftp-file-type.c: Add to the repository. * libguile-ssh/Makefile.am (libguile_ssh_la_SOURCES, BUILT_SOURCES): Update. * modules/ssh/sftp.scm (sftp-open-file): New procedure. Artyom V. Poptsov2015-10-041-2/+4
* sftp-session-func.{c,h}: Add to the repository•••* libguile-ssh/sftp-session-func.c, libguile-ssh/sftp-session-func.h: Add to the repository. * libguile-ssh/Makefile.am (libguile_ssh_la_SOURCES): Update. (BUILT_SOURCES): Add 'sftp-session-func.x'. * libguile-ssh/sftp-session-main.c (init_sftp_session): Call 'init_sftp_session_func'. Artyom V. Poptsov2015-09-091-2/+3
* Add the very basic support of SFTP session objects•••* libguile-ssh/sftp-session-main.c, libguile-ssh/sftp-session-type.h, libguile-ssh/sftp-session-type.c: Add to the repository. * libguile-ssh/Makefile.am (libguile_ssh_la_SOURCES, BUILT_SOURCES): Add SFTP sources. * modules/ssh/Makefile.am: Add 'sftp.scm'. Artyom V. Poptsov2015-09-081-2/+4
* libguile-ssh/Makefile.am: Update copyright dates; cleanupArtyom V. Poptsov2015-07-251-2/+2
* ssh: Rename to 'libguile-ssh'•••* ssh: Rename to 'libguile-ssh'. * Makefile.am, configure.ac, modules/ssh/Makefile.am, tests/Makefile.am: Update. Artyom V. Poptsov2015-07-251-0/+56