diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2016-07-03 15:20:52 +0400 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2016-07-03 15:20:52 +0400 |
| commit | a879487cd27d1fe815971865cca76b146cda2a17 (patch) | |
| tree | b655fbb291cf3f8925d6e206c66f49ee0b55cbfe /configure.ac | |
| parent | tests/Makefile.am: Compile 'common.scm' (diff) | |
| download | guile-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.ac | 1 |
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 |
