git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c515cbd
)
python: Don't name extension with .so.0.0 and symlinks (thanks Dan Berrange).
author
Richard W.M. Jones
<rjones@redhat.com>
Fri, 5 Aug 2011 09:18:02 +0000
(10:18 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Fri, 5 Aug 2011 09:18:02 +0000
(10:18 +0100)
python/Makefile.am
patch
|
blob
|
history
diff --git
a/python/Makefile.am
b/python/Makefile.am
index
76b92fd
..
e995927
100644
(file)
--- 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 \