X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=python%2FMakefile.am;h=82960d6bb68415113ebf2bf30374880cb459ec2d;hb=2135ec267eef87532fbdb346e68a4d1570b045e9;hp=58847625e75ee9a5028055909cad2593e25916b6;hpb=f7d18c84dde596699ffc5100fec2cf7b0d582450;p=libguestfs.git diff --git a/python/Makefile.am b/python/Makefile.am index 5884762..82960d6 100644 --- a/python/Makefile.am +++ b/python/Makefile.am @@ -43,7 +43,7 @@ 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 \