diff options
| author | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2016-07-30 12:41:47 +0400 |
|---|---|---|
| committer | Artyom V. Poptsov <poptsov.artyom@gmail.com> | 2016-07-30 12:41:58 +0400 |
| commit | 08b0a323f0f16815a8232d008605ef73c971cd72 (patch) | |
| tree | c447b7232407ed50875a0dcdf428b2691dc99099 | |
| parent | tests/client-server.scm: Improve some TCs (diff) | |
| download | guile-ssh-08b0a323f0f16815a8232d008605ef73c971cd72.tar.gz | |
Makefile.am (SUBDIRS): Change order of dirs
* Makefile.am (SUBDIRS): Place 'tests' after 'modules' to ensure that modules
are compiled before tests performed.
| -rw-r--r-- | Makefile.am | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index 3b9867a..42a9496 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,9 +1,9 @@ ## Config file for GNU Automake. ## -## Copyright (C) 2013, 2014 Artyom V. Poptsov <poptsov.artyom@gmail.com> +## Copyright (C) 2013, 2014, 2015, 2016 Artyom V. Poptsov <poptsov.artyom@gmail.com> ## ## This file is part of Guile-SSH. -## +## ## Guile-SSH is free software: you can redistribute it and/or ## modify it under the terms of the GNU General Public License as ## published by the Free Software Foundation, either version 3 of the @@ -19,7 +19,7 @@ ACLOCAL_AMFLAGS = -I m4 --install -SUBDIRS = am libguile-ssh examples build-aux m4 doc tests modules +SUBDIRS = am libguile-ssh examples build-aux m4 doc modules tests EXTRA_DIST = \ .dir-locals.el \ |
