diff options
author | Jim Meyering <meyering@redhat.com> | 2008-05-27 10:45:56 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-05-27 10:45:56 +0200 |
commit | bdb15bce83579504144f9c93413ce0cf480192b0 (patch) | |
tree | 0a938462697529cc41215c367fe2ef06dce96149 | |
parent | 975f99332d5cd48c17fbd61df75f71a87e5067c6 (diff) | |
download | idutils-bdb15bce83579504144f9c93413ce0cf480192b0.tar.gz idutils-bdb15bce83579504144f9c93413ce0cf480192b0.tar.bz2 idutils-bdb15bce83579504144f9c93413ce0cf480192b0.zip |
perform gnulib tests first
* Makefile.am (SUBDIRS): Make gnulib-tests precede testsuite.
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index eb6c61e..32b7c8c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ ## Process this file with automake to produce Makefile.in ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = lib libidu src lisp doc man testsuite po gnulib-tests +SUBDIRS = lib libidu src lisp doc man gnulib-tests testsuite po EXTRA_DIST = \ .prev-version \ .version \ |