summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHilko Bengen <bengen@hilluzination.de>2011-08-22 19:46:20 +0200
committerRichard W.M. Jones <rjones@redhat.com>2011-08-24 12:56:51 +0100
commiteef5ef620496d0a77aba0b6cdd90926f2e66eba2 (patch)
tree324c6f970d418fa44ed22a9baab674931dedbc9f
parentacf63fb7ead29a09b499a73865efdd3e26833da1 (diff)
downloadhivex-eef5ef620496d0a77aba0b6cdd90926f2e66eba2.tar.gz
hivex-eef5ef620496d0a77aba0b6cdd90926f2e66eba2.tar.xz
hivex-eef5ef620496d0a77aba0b6cdd90926f2e66eba2.zip
hivex: Don't build static library, .so.* symlinks for Python bindings
-rw-r--r--python/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/python/Makefile.am b/python/Makefile.am
index 8599863..89e66f8 100644
--- 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