From: Richard W.M. Jones Date: Fri, 5 Aug 2011 09:18:02 +0000 (+0100) Subject: python: Don't name extension with .so.0.0 and symlinks (thanks Dan Berrange). X-Git-Tag: 1.13.3~17 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=36f662c58fcda43829bcef166e600855960fd223;p=libguestfs.git python: Don't name extension with .so.0.0 and symlinks (thanks Dan Berrange). --- diff --git a/python/Makefile.am b/python/Makefile.am index 76b92fd..e995927 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -43,6 +43,7 @@ libguestfsmod_la_SOURCES = guestfs-py.c guestfs-py.h guestfs-py-byhand.c libguestfsmod_la_CFLAGS = -Wall -I$(PYTHON_INCLUDEDIR) \ -I$(top_srcdir)/src -I$(top_builddir)/src libguestfsmod_la_LIBADD = $(top_builddir)/src/libguestfs.la +libguestfsmod_la_LDFLAGS = -avoid-version TESTS_ENVIRONMENT = \ LIBGUESTFS_PATH=$(top_builddir)/appliance \