
On Thu, Apr 21, 2016 at 5:51 AM, Michal Privoznik <mprivozn@redhat.com> wrote:
In a71cb51dd we tried to adapt to phpize (build system used by php). Unfortunately, we missed the file in EXTRA_DIST therefore while it is in git, it's not in distributed .tar.gz.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com> --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/Makefile.am b/src/Makefile.am index 15a4ac4..ba374c8 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -26,4 +26,5 @@ libvirt_php_la_CFLAGS = \ php_confdir = $(confdir) php_conf_DATA = libvirt-php.ini
-EXTRA_DIST = $(php_conf_DATA) +EXTRA_DIST = $(php_conf_DATA) \ + config.m4 -- 2.7.3
Yes! Thank you, that brings the file back when doing `make dist`! All good! -- 真実はいつも一つ!/ Always, there's only one truth!