From 3dbbea82b74bb841c995ad332a3aeca613015e10 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 7 Jan 2008 21:49:41 +0200 Subject: [PATCH] Added test_files.sh to tests/Makefile.am so it gets included in the tarball with "make dist". --- tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.39.2