git.annexia.org
/
hivex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
acf63fb
)
hivex: Don't build static library, .so.* symlinks for Python bindings
author
Hilko Bengen
<bengen@hilluzination.de>
Mon, 22 Aug 2011 17:46:20 +0000
(19:46 +0200)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 24 Aug 2011 11:56:51 +0000
(12:56 +0100)
python/Makefile.am
patch
|
blob
|
history
diff --git
a/python/Makefile.am
b/python/Makefile.am
index
8599863
..
89e66f8
100644
(file)
--- a/
python/Makefile.am
+++ b/
python/Makefile.am
@@
-36,6
+36,7
@@
libhivexmod_la_SOURCES = hivex-py.c
libhivexmod_la_CFLAGS = -Wall -I$(PYTHON_INCLUDEDIR) \
-I$(top_srcdir)/lib -I$(top_builddir)/lib
libhivexmod_la_LIBADD = $(top_builddir)/lib/libhivex.la
+libhivexmod_la_LDFLAGS = -avoid-version -shared
TESTS_ENVIRONMENT = \
PYTHONPATH=$(builddir):$(builddir)/.libs