diff options
| author | Artyom Poptsov <poptsov.artyom@gmail.com> | 2014-06-20 11:13:41 +0400 |
|---|---|---|
| committer | Artyom Poptsov <poptsov.artyom@gmail.com> | 2014-06-20 11:13:41 +0400 |
| commit | 9a9ebeec30596269fef8f2cc949c5c3bd2d0010e (patch) | |
| tree | 6e96c7b65f2cb27f452ace48c32c01e496144ddc /Makefile.am | |
| parent | tests/client-server.scm: Add TCs for `authenticate-server' (diff) | |
| download | guile-ssh-9a9ebeec30596269fef8f2cc949c5c3bd2d0010e.tar.gz | |
doc/guile-ssh.texi (Installation): Update
* doc/guile-ssh.texi (Installation): Update URLs to Guile-SSH
repository. Require libssh 0.6.3.
* NEWS: Update.
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 8932f0f..4e7115d 100644 --- a/Makefile.am +++ b/Makefile.am @@ -23,7 +23,9 @@ SUBDIRS = am ssh examples build-aux m4 doc tests EXTRA_DIST = \ srfi/srfi-64.scm \ - srfi/srfi-64.upstream.scm + srfi/srfi-64.upstream.scm \ + .dir-locals.el \ + TODO if HAVE_GUILE_VM clean-go: |
