mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
python: Build extension with PEP-3149 compliant suffix if defined.
This commit is contained in:
@@ -56,7 +56,7 @@ libguestfsmod_la_LIBADD = \
|
||||
$(LIBVIRT_LIBS) \
|
||||
../gnulib/lib/libgnu.la
|
||||
|
||||
libguestfsmod_la_LDFLAGS = -avoid-version -shared
|
||||
libguestfsmod_la_LDFLAGS = -avoid-version -shared -module -shrext $(PYTHON_EXT_SUFFIX)
|
||||
|
||||
TESTS_ENVIRONMENT = $(top_builddir)/run --test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user