From: Lasse Collin Date: Mon, 7 Jan 2008 19:49:41 +0000 (+0200) Subject: Added test_files.sh to tests/Makefile.am so it gets X-Git-Tag: upstream/5.1.3~870 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3dbbea82b74bb841c995ad332a3aeca613015e10;p=platform%2Fupstream%2Fxz.git Added test_files.sh to tests/Makefile.am so it gets included in the tarball with "make dist". --- diff --git a/tests/Makefile.am b/tests/Makefile.am index 159fe41..d5bb126 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 \