From 4edf659aa0d06aff2c8490751596cb8db6d66743 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 20 Mar 2014 15:24:34 +0000 Subject: [PATCH] php: Include new location of tests in EXTRA_DIST. This fixes commit 251a1934c9bcfe9727b011a4d8bfc4b769b3b744. --- php/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/Makefile.am b/php/Makefile.am index 2aca93833..9141b763e 100644 --- a/php/Makefile.am +++ b/php/Makefile.am @@ -24,7 +24,7 @@ generator_built = \ EXTRA_DIST = \ $(generator_built) \ run-php-tests.sh \ - extension/guestfs_php_*.phpt \ + extension/tests/guestfs_php_*.phpt \ extension/config.m4 \ README-PHP \ guestfs_php.ini