diff options
| author | Artyom Poptsov <poptsov.artyom@gmail.com> | 2014-01-31 18:02:41 +0400 |
|---|---|---|
| committer | Artyom Poptsov <poptsov.artyom@gmail.com> | 2014-01-31 18:02:41 +0400 |
| commit | f84441ea65e2fe4c6ece81fbd3daa497024d89f5 (patch) | |
| tree | 9fe90a6c878542cccf203e47b19c3d9b3b2c7866 /configure.ac | |
| parent | tests/server-client.scm: New test suite. (diff) | |
| download | guile-ssh-f84441ea65e2fe4c6ece81fbd3daa497024d89f5.tar.gz | |
Makefile.am: Move AM tests to `tests/Makefile.am'.
* Makefile.am: Move AM tests to `tests/Makefile.am'.
(SUBDIRS): Add `tests'.
* tests/Makefile.am: New file.
* configure.ac (AC_CONFIG_FILES): Add `tests/Makefile'.
Diffstat (limited to 'configure.ac')
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index a045964..6d48261 100644 --- a/configure.ac +++ b/configure.ac @@ -77,7 +77,7 @@ LIBGUILE_SSH_INTERFACE="4:0:0" AC_SUBST(LIBGUILE_SSH_INTERFACE) AC_CONFIG_FILES([Makefile src/Makefile examples/Makefile build-aux/Makefile]) -AC_CONFIG_FILES([m4/Makefile doc/Makefile]) +AC_CONFIG_FILES([m4/Makefile doc/Makefile tests/Makefile]) # Generate a Makefile, based on the results. AC_OUTPUT |
