12 lines
765 B
Diff
12 lines
765 B
Diff
--- libimobiledevice-1.1.7/cython/Makefile.am.orig 2015-01-17 20:47:09.573200000 +0300
|
|
+++ libimobiledevice-1.1.7/cython/Makefile.am 2015-01-17 20:48:25.781600000 +0300
|
|
@@ -39,6 +39,8 @@
|
|
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 -fvisibility=default
|
|
imobiledevice_la_LDFLAGS = -module -avoid-version -L$(libdir) $(PYTHON_LDFLAGS) $(AM_LDFLAGS) -no-undefined
|
|
imobiledevice_la_LIBADD = $(top_builddir)/src/libimobiledevice.la
|
|
+otherincludedir = $(includedir)/libimobiledevice/cython
|
|
+otherinclude_HEADERS = imobiledevice.pxd
|
|
|
|
imobiledevice.c: imobiledevice.pyx $(PXDINCLUDES) $(PXIINCLUDES)
|
|
|