summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtyom Poptsov <poptsov.artyom@gmail.com>2014-03-23 12:36:50 +0400
committerArtyom Poptsov <poptsov.artyom@gmail.com>2014-03-23 12:36:50 +0400
commit52bfff7f9a8ec56b10400adaf2cdd1a6d35700c3 (patch)
tree7b7930dc5a687cfc226abf356b773ccb65d72cf9
parentFix compiling and installing of Scheme modules. (diff)
downloadguile-ssh-52bfff7f9a8ec56b10400adaf2cdd1a6d35700c3.tar.gz
examples/Makefile.am (EXTRA_DIST): Add .in files.
-rw-r--r--ChangeLog2
-rw-r--r--examples/Makefile.am6
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index dd43f09..1701d70 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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