diff options
Diffstat (limited to 'cython')
| -rw-r--r-- | cython/Makefile.am | 2 |
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 | |||
| 56 | imobiledevice_la_SOURCES = imobiledevice.pyx | 56 | imobiledevice_la_SOURCES = imobiledevice.pyx |
| 57 | 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 | 57 | 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 |
| 58 | imobiledevice_la_LDFLAGS = -module -avoid-version -L$(libdir) $(PYTHON_LIBS) $(AM_LIBS) -no-undefined | 58 | imobiledevice_la_LDFLAGS = -module -avoid-version -L$(libdir) $(PYTHON_LIBS) $(AM_LIBS) -no-undefined |
| 59 | imobiledevice_la_LIBADD = $(top_builddir)/src/libimobiledevice.la | 59 | imobiledevice_la_LIBADD = $(top_builddir)/src/libimobiledevice-1.0.la |
| 60 | 60 | ||
| 61 | imobiledevice.c: imobiledevice.pyx $(PXDINCLUDES) $(PXIINCLUDES) | 61 | imobiledevice.c: imobiledevice.pyx $(PXDINCLUDES) $(PXIINCLUDES) |
| 62 | 62 | ||
