diff options
author | Lasse Collin <lasse.collin@tukaani.org> | 2008-01-07 21:49:41 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2008-01-07 21:49:41 +0200 |
commit | 3dbbea82b74bb841c995ad332a3aeca613015e10 (patch) | |
tree | 348412e10a25d612eb21eb4a05e681aa114a1dec /tests/Makefile.am | |
parent | Cosmetic edit to test_files.sh. (diff) | |
download | xz-3dbbea82b74bb841c995ad332a3aeca613015e10.tar.xz |
Added test_files.sh to tests/Makefile.am so it gets
included in the tarball with "make dist".
Diffstat (limited to '')
-rw-r--r-- | tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am index 159fe419..d5bb1266 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -12,7 +12,7 @@ ## Lesser General Public License for more details. ## -EXTRA_DIST = files tests.h +EXTRA_DIST = files tests.h test_files.sh AM_CPPFLAGS = \ -I@top_srcdir@/src/common \ |