X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=python%2FMakefile.am;h=82960d6bb68415113ebf2bf30374880cb459ec2d;hb=8cf06ddcddf1fda3a189667dbaaa4560ba49df3c;hp=e99592740692f8afdc32021bab1733fbeb68ef0c;hpb=36f662c58fcda43829bcef166e600855960fd223;p=libguestfs.git diff --git a/python/Makefile.am b/python/Makefile.am index e995927..82960d6 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -43,11 +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 +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