[libvirt] [libvirt-php][PATCH 3/4] src: Distribute config.m4

Michal Privoznik mprivozn at redhat.com
Thu Apr 21 09:51:26 UTC 2016


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 at 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




More information about the libvir-list mailing list