From eef5ef620496d0a77aba0b6cdd90926f2e66eba2 Mon Sep 17 00:00:00 2001 From: Hilko Bengen Date: Mon, 22 Aug 2011 19:46:20 +0200 Subject: [PATCH] hivex: Don't build static library, .so.* symlinks for Python bindings --- python/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- 1.8.3.1