summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-07-25 20:39:14 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-07-25 20:39:14 +0300
commit695f276a583113667f5a96c528a212719febe299 (patch)
tree0a3dbe738ad5409de87ffb94edf0e69004f49f4d /configure.ac
parentsrfi: Move to 'modules' (diff)
downloadguile-ssh-695f276a583113667f5a96c528a212719febe299.tar.gz
ssh/*.scm: Move to 'modules/ssh'
* ssh/auth.scm, ssh/channel.scm, ssh/dist.scm, ssh/key.scm, ssh/log.scm, ssh/message.scm, ssh/server.scm, ssh/session.scm, ssh/tunnel.scm, ssh/version.scm, ssh/dist/Makefile.am, ssh/dist/job.scm, ssh/dist/node.scm: Move to 'modules/ssh'. * ssh/Makefile.am: Update. * modules/Makefile.am (SUBDIRS): Add 'ssh'. * .gitignore: Ignore *.go files. * configure.ac (AC_CONFIG_FILES): Add 'modules/ssh/dist/Makefile'.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index f69431b..cbfd813 100644
--- a/configure.ac
+++ b/configure.ac
@@ -72,9 +72,8 @@ 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])
-AC_CONFIG_FILES([modules/Makefile])
+AC_CONFIG_FILES([modules/Makefile modules/ssh/Makefile modules/ssh/dist/Makefile])
# Generate a Makefile, based on the results.
AC_OUTPUT