This is just a plugin so there's no need to version its name like
.so.X.Y.Z.
Signed-off-by: Michal Privoznik <mprivozn(a)redhat.com>
---
src/Makefile.am | 3 +++
1 file changed, 3 insertions(+)
diff --git a/src/Makefile.am b/src/Makefile.am
index ba374c8..182a759 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -22,6 +22,9 @@ libvirt_php_la_SOURCES = \
libvirt_php_la_CFLAGS = \
$(AM_CFLAGS) \
-DCOMPILE_DL_LIBVIRT=1
+libvirt_php_la_LDFLAGS = \
+ $(AM_LDFLAGS) \
+ -module -avoid-version
php_confdir = $(confdir)
php_conf_DATA = libvirt-php.ini
--
2.7.3