diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2014-10-14 06:45:17 +0400 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2014-10-14 06:45:17 +0400 |
| commit | 93e9de9e7ed4c8aad9d9c51c32c173b57bd6939d (patch) | |
| tree | 585c6a0369cb800a5b97ea9a3a5c2bd7df81b009 /configure.ac | |
| parent | Merge branch 'master' into wip-distributed-forms (diff) | |
| download | guile-ssh-93e9de9e7ed4c8aad9d9c51c32c173b57bd6939d.tar.gz | |
ssh/dist/node.scm: New module
* ssh/Makefile.am (SUBDIRS): Add `dist'.
* ssh/dist/node.scm, ssh/dist/Makefile.am: Add to the repository.
* configure.ac: Add `ssh/dist/Makefile'.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index 1624a42..8ff0c8c 100644 --- a/configure.ac +++ b/configure.ac @@ -72,6 +72,7 @@ GUILE_EFFECTIVE_VERSION=`$GUILE -c '(display (effective-version))'` AC_SUBST(GUILE_EFFECTIVE_VERSION) AC_CONFIG_FILES([Makefile ssh/Makefile examples/Makefile build-aux/Makefile]) +AC_CONFIG_FILES([ssh/dist/Makefile]) AC_CONFIG_FILES([m4/Makefile doc/Makefile tests/Makefile am/Makefile]) # Generate a Makefile, based on the results. |
