diff options
| author | Artyom Poptsov <poptsov.artyom@gmail.com> | 2013-10-28 22:52:14 +0400 |
|---|---|---|
| committer | Artyom Poptsov <poptsov.artyom@gmail.com> | 2013-10-28 22:52:58 +0400 |
| commit | e12d4374a48758e98d19d3006aa332296d037880 (patch) | |
| tree | 8a5bc7725531e8932b00cc4412ed5c236e78be7f /configure.ac | |
| parent | Improve printing of SSH keys. (diff) | |
| download | guile-ssh-e12d4374a48758e98d19d3006aa332296d037880.tar.gz | |
examples/: Add to the repository.
* Makefile.am (SUBDIRS): Add examples/
* configure.ac: Add examples/Makefile
* examples/: Add to the repository.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 32602aa..b9593bf 100644 --- a/configure.ac +++ b/configure.ac @@ -49,7 +49,7 @@ AC_SUBST(LIBGUILE_SSH_INTERFACE) # Check for libssh AC_SEARCH_LIBS([ssh_new], [ssh], [], AC_MSG_ERROR([libssh is not found.], [1])) -AC_CONFIG_FILES([Makefile src/Makefile]) +AC_CONFIG_FILES([Makefile src/Makefile examples/Makefile]) # Generate a Makefile, based on the results. AC_OUTPUT |
