diff options
| author | Artyom Poptsov <poptsov.artyom@gmail.com> | 2014-03-23 12:36:50 +0400 |
|---|---|---|
| committer | Artyom Poptsov <poptsov.artyom@gmail.com> | 2014-03-23 12:36:50 +0400 |
| commit | 52bfff7f9a8ec56b10400adaf2cdd1a6d35700c3 (patch) | |
| tree | 7b7930dc5a687cfc226abf356b773ccb65d72cf9 | |
| parent | Fix compiling and installing of Scheme modules. (diff) | |
| download | guile-ssh-52bfff7f9a8ec56b10400adaf2cdd1a6d35700c3.tar.gz | |
examples/Makefile.am (EXTRA_DIST): Add .in files.
| -rw-r--r-- | ChangeLog | 2 | ||||
| -rw-r--r-- | examples/Makefile.am | 6 |
2 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2014-03-23 Artyom Poptsov <poptsov.artyom@gmail.com> + * examples/Makefile.am (EXTRA_DIST): Add .in files. + Fix compiling of Scheme modules. Install .go files to the standard `site-ccache' directory. * configure.ac: Substitute `GUILE_EFFECTIVE_VERSION'. diff --git a/examples/Makefile.am b/examples/Makefile.am index 6ced691..88ffb18 100644 --- a/examples/Makefile.am +++ b/examples/Makefile.am @@ -16,6 +16,12 @@ ## along with libguile-ssh. If not, see ## <http://www.gnu.org/licenses/>. +EXTRA_DIST = \ + sssh.scm.in \ + ssshd.scm.in \ + echo/server.scm.in \ + echo/client.scm.in + examplesdir = $(pkgdatadir)/examples examples_echodir = $(pkgdatadir)/examples/echo dist_examples_DATA = README sssh.scm ssshd.scm |
