summaryrefslogtreecommitdiffstats
path: root/cython
diff options
context:
space:
mode:
authorGravatar Martin Szulecki2020-06-13 05:42:44 +0200
committerGravatar Martin Szulecki2020-06-14 23:36:23 +0200
commit242820ea63e18f994a4c0a3998824c6433b7c4d7 (patch)
tree61cde8771d8debd5af784618e407345fb4c91a2e /cython
parent70e8738d93ebb30a187a5060b26dbe7ae960b76c (diff)
downloadlibimobiledevice-242820ea63e18f994a4c0a3998824c6433b7c4d7.tar.gz
libimobiledevice-242820ea63e18f994a4c0a3998824c6433b7c4d7.tar.bz2
Use proper API version in linker flags for cython bindings
Diffstat (limited to 'cython')
-rw-r--r--cython/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/cython/Makefile.am b/cython/Makefile.am
index 7e1b31a..3cf2c8c 100644
--- a/cython/Makefile.am
+++ b/cython/Makefile.am
@@ -56,7 +56,7 @@ imobiledevice_LTLIBRARIES = imobiledevice.la
imobiledevice_la_SOURCES = imobiledevice.pyx
imobiledevice_la_CFLAGS = -I$(top_srcdir)/include -I$(top_srcdir)/src $(PYTHON_CPPFLAGS) $(AM_CFLAGS) -Wno-shadow -Wno-redundant-decls -Wno-switch-default -Wno-strict-aliasing -Wno-implicit-function-declaration -Wno-cast-function-type -fvisibility=default
imobiledevice_la_LDFLAGS = -module -avoid-version -L$(libdir) $(PYTHON_LIBS) $(AM_LIBS) -no-undefined
-imobiledevice_la_LIBADD = $(top_builddir)/src/libimobiledevice.la
+imobiledevice_la_LIBADD = $(top_builddir)/src/libimobiledevice-1.0.la
imobiledevice.c: imobiledevice.pyx $(PXDINCLUDES) $(PXIINCLUDES)