|
@@ -13,7 +13,7 @@ CLEANFILES = *.gcno *.gcda
|
|
|
pyexec_LTLIBRARIES = libutil_io_python.la
|
|
|
# Python prefers .so, while some OSes (specifically MacOS) use a different
|
|
|
# suffix for dynamic objects. -module is necessary to work this around.
|
|
|
-libutil_io_python_la_LDFLAGS = -module
|
|
|
+libutil_io_python_la_LDFLAGS = -module -avoid-version
|
|
|
libutil_io_python_la_SOURCES = fdshare_python.cc
|
|
|
libutil_io_python_la_LIBADD = libutil_io.la
|
|
|
libutil_io_python_la_CPPFLAGS = $(AM_CPPFLAGS) $(PYTHON_INCLUDES)
|