diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2011-08-05 10:18:02 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-08-05 10:18:02 +0100 |
commit | 36f662c58fcda43829bcef166e600855960fd223 (patch) | |
tree | ca901b9e0e56aa51d0a55b04bad4fd3ab7676afb /python | |
parent | c515cbdf31e80d9f2dd137c8c4d64c035fad778c (diff) | |
download | libguestfs-36f662c58fcda43829bcef166e600855960fd223.tar.gz libguestfs-36f662c58fcda43829bcef166e600855960fd223.tar.xz libguestfs-36f662c58fcda43829bcef166e600855960fd223.zip |
python: Don't name extension with .so.0.0 and symlinks (thanks Dan Berrange).
Diffstat (limited to 'python')
-rw-r--r-- | python/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Makefile.am b/python/Makefile.am index 76b92fdf..e9959274 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 \ |