diff options
| author | 2013-02-27 15:07:05 +0100 | |
|---|---|---|
| committer | 2013-02-27 15:07:05 +0100 | |
| commit | 86cc3f0d16643a04e40c14de3f8b7aab2222b3fc (patch) | |
| tree | 5fb1456fb1aa85a73bb8ed492c92a450d7cd36bc /cython/Makefile.am | |
| parent | 7adb1424926e4e4777092fed2dbc9c3b8d68e983 (diff) | |
| download | libimobiledevice-86cc3f0d16643a04e40c14de3f8b7aab2222b3fc.tar.gz libimobiledevice-86cc3f0d16643a04e40c14de3f8b7aab2222b3fc.tar.bz2 | |
cython: Remove custom stdint.pxi and use libc.stdint cimport instead
Diffstat (limited to 'cython/Makefile.am')
| -rw-r--r-- | cython/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cython/Makefile.am b/cython/Makefile.am index ae10b06..64c5c1c 100644 --- a/cython/Makefile.am +++ b/cython/Makefile.am | |||
| @@ -6,9 +6,8 @@ AM_LDFLAGS = $(libgnutls_LIBS) $(libtasn1_LIBS) $(openssl_LIBS) $(libplist_LIBS) | |||
| 6 | if HAVE_CYTHON | 6 | if HAVE_CYTHON |
| 7 | 7 | ||
| 8 | BUILT_SOURCES = imobiledevice.c | 8 | BUILT_SOURCES = imobiledevice.c |
| 9 | PXDINCLUDES = imobiledevice.pxd stdint.pxi $(CYTHON_PLIST_INCLUDE_DIR)/plist.pxd | 9 | PXDINCLUDES = imobiledevice.pxd $(CYTHON_PLIST_INCLUDE_DIR)/plist.pxd |
| 10 | PXIINCLUDES = \ | 10 | PXIINCLUDES = \ |
| 11 | stdint.pxi \ | ||
| 12 | lockdown.pxi \ | 11 | lockdown.pxi \ |
| 13 | mobilesync.pxi \ | 12 | mobilesync.pxi \ |
| 14 | notification_proxy.pxi \ | 13 | notification_proxy.pxi \ |
