From: Hilko Bengen Date: Mon, 22 Aug 2011 17:46:20 +0000 (+0200) Subject: hivex: Don't build static library, .so.* symlinks for Python bindings X-Git-Tag: 1.3.1~3 X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=eef5ef620496d0a77aba0b6cdd90926f2e66eba2;hp=acf63fb7ead29a09b499a73865efdd3e26833da1;p=hivex.git hivex: Don't build static library, .so.* symlinks for Python bindings --- 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