summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2016-07-03 15:20:52 +0400
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2016-07-03 15:20:52 +0400
commita879487cd27d1fe815971865cca76b146cda2a17 (patch)
treeb655fbb291cf3f8925d6e206c66f49ee0b55cbfe /configure.ac
parenttests/Makefile.am: Compile 'common.scm' (diff)
downloadguile-ssh-a879487cd27d1fe815971865cca76b146cda2a17.tar.gz
modules/srfi: Compile SRFI-64 module
* modules/srfi/Makefile.am: Add to the repository. * modules/Makefile.am (SUBDIRS): Add 'srfi' * configure.ac: Update.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ff767e4..9faeab6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -79,6 +79,7 @@ AC_SUBST(GUILE_EFFECTIVE_VERSION)
AC_CONFIG_FILES([Makefile libguile-ssh/Makefile examples/Makefile build-aux/Makefile])
AC_CONFIG_FILES([m4/Makefile doc/Makefile tests/Makefile am/Makefile])
AC_CONFIG_FILES([modules/Makefile modules/ssh/Makefile modules/ssh/dist/Makefile])
+AC_CONFIG_FILES([modules/srfi/Makefile])
# Generate a Makefile, based on the results.
AC_OUTPUT