From 13337714e89d002af7af48d6853f977de985d7de Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Fri, 13 Jun 2014 19:21:54 +0300 Subject: [PATCH] xzgrep: List xzgrep_expected_output in tests/Makefile.am. --- tests/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/Makefile.am b/tests/Makefile.am index 8223a189..86084e17 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -13,7 +13,8 @@ EXTRA_DIST = \ test_scripts.sh \ bcj_test.c \ compress_prepared_bcj_sparc \ - compress_prepared_bcj_x86 + compress_prepared_bcj_x86 \ + xzgrep_expected_output AM_CPPFLAGS = \ -I$(top_srcdir)/src/common \