summaryrefslogtreecommitdiffstats
path: root/cython/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'cython/Makefile.am')
-rw-r--r--cython/Makefile.am14
1 files changed, 7 insertions, 7 deletions
diff --git a/cython/Makefile.am b/cython/Makefile.am
index b5090b1..1fd88b1 100644
--- a/cython/Makefile.am
+++ b/cython/Makefile.am
@@ -26,19 +26,19 @@ PXIINCLUDES = \
26 restore.pxi \ 26 restore.pxi \
27 mobile_image_mounter.pxi 27 mobile_image_mounter.pxi
28 28
29CLEANFILES = \ 29CLEANFILES = \
30 *.pyc \ 30 *.pyc \
31 *.pyo \ 31 *.pyo \
32 imobiledevice.c 32 imobiledevice.c
33 33
34EXTRA_DIST = imobiledevice.pyx imobiledevice.pxd $(PXIINCLUDES) 34EXTRA_DIST = imobiledevice.pyx imobiledevice.pxd $(PXIINCLUDES)
35 35
36imobiledevicedir = $(pyexecdir) 36imobiledevicedir = $(pyexecdir)
37imobiledevice_LTLIBRARIES = imobiledevice.la 37imobiledevice_LTLIBRARIES = imobiledevice.la
38imobiledevice_la_SOURCES = imobiledevice.pyx 38imobiledevice_la_SOURCES = imobiledevice.pyx
39imobiledevice_la_CFLAGS = -I../include -I../src $(PYTHON_CPPFLAGS) $(AM_CFLAGS) -Wno-shadow -Wno-redundant-decls -Wno-switch-default -Wno-strict-aliasing -Wno-implicit-function-declaration 39imobiledevice_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
40imobiledevice_la_LDFLAGS = -module -avoid-version -L$(libdir) $(PYTHON_LDFLAGS) $(AM_LDFLAGS) 40imobiledevice_la_LDFLAGS = -module -avoid-version -L$(libdir) $(PYTHON_LDFLAGS) $(AM_LDFLAGS) -no-undefined
41imobiledevice_la_LIBADD = ../src/libimobiledevice.la 41imobiledevice_la_LIBADD = $(top_builddir)/src/libimobiledevice.la
42 42
43imobiledevice.c: imobiledevice.pyx $(PXDINCLUDES) $(PXIINCLUDES) 43imobiledevice.c: imobiledevice.pyx $(PXDINCLUDES) $(PXIINCLUDES)
44 44