diff options
| -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 1fd88b1..0261bfa 100644 --- a/cython/Makefile.am +++ b/cython/Makefile.am | |||
| @@ -36,7 +36,7 @@ EXTRA_DIST = imobiledevice.pyx imobiledevice.pxd $(PXIINCLUDES) | |||
| 36 | imobiledevicedir = $(pyexecdir) | 36 | imobiledevicedir = $(pyexecdir) |
| 37 | imobiledevice_LTLIBRARIES = imobiledevice.la | 37 | imobiledevice_LTLIBRARIES = imobiledevice.la |
| 38 | imobiledevice_la_SOURCES = imobiledevice.pyx | 38 | imobiledevice_la_SOURCES = imobiledevice.pyx |
| 39 | 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 | 39 | 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 |
| 40 | imobiledevice_la_LDFLAGS = -module -avoid-version -L$(libdir) $(PYTHON_LDFLAGS) $(AM_LDFLAGS) -no-undefined | 40 | imobiledevice_la_LDFLAGS = -module -avoid-version -L$(libdir) $(PYTHON_LDFLAGS) $(AM_LDFLAGS) -no-undefined |
| 41 | imobiledevice_la_LIBADD = $(top_builddir)/src/libimobiledevice.la | 41 | imobiledevice_la_LIBADD = $(top_builddir)/src/libimobiledevice.la |
| 42 | 42 | ||
