search for: libhivexmod_la_ldflag

Displaying 2 results from an estimated 2 matches for "libhivexmod_la_ldflag".

Did you mean: libhivexmod_la_ldflags
2013 May 23
3
hivex: Improvents in building Python bindings
Building against multiple versions of Python is a lot of fun as it is. Add autoconf/automake/libtool (and possible distribution-specific stuff) to the mix and things get really interesting: On Debian and Ubuntu, building against python 3.3 requires an extra include path as documented in <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=692387>. As discussed in
2011 Aug 22
0
[PATCH] hivex: Don't build static library, .so.* symlinks for Python bindings
...ndex 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.7.5.4