X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=python%2FMakefile.am;h=82960d6bb68415113ebf2bf30374880cb459ec2d;hp=76b92fdf05cd00e302328ed97f24c0d041cf29e9;hb=51672634fddc20095adc1300e0bfee2c99c604f5;hpb=16da7589e91b0030fb5564553447f80b97c0b18c diff --git a/python/Makefile.am b/python/Makefile.am index 76b92fd..82960d6 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -43,10 +43,12 @@ libguestfsmod_la_SOURCES = guestfs-py.c guestfs-py.h guestfs-py-byhand.c libguestfsmod_la_CFLAGS = -Wall -I$(PYTHON_INCLUDEDIR) \ -I$(top_srcdir)/src -I$(top_builddir)/src libguestfsmod_la_LIBADD = $(top_builddir)/src/libguestfs.la +libguestfsmod_la_LDFLAGS = -avoid-version -shared TESTS_ENVIRONMENT = \ LIBGUESTFS_PATH=$(top_builddir)/appliance \ - PYTHONPATH=$(builddir):$(builddir)/.libs + PYTHONPATH=$(builddir):$(builddir)/.libs \ + TMPDIR=$(top_builddir) TESTS = run-bindtests run-python-tests