mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
python: Don't build static library
This commit is contained in:
committed by
Richard W.M. Jones
parent
4e196ad9a3
commit
d36504e1bb
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user