diff options
| author | 2010-03-18 20:50:26 -0500 | |
|---|---|---|
| committer | 2012-03-20 23:25:54 +0100 | |
| commit | 7b4cb7fb2f1b1ed29f3bc97a9bcae5fc2a89fe95 (patch) | |
| tree | 4268abec171becef6befdfc5bd0a1ffc46d1962a /cython/Makefile.am | |
| parent | 68c63cc1382326e7f0cb4e6bd863427f9069ca05 (diff) | |
| download | libimobiledevice-7b4cb7fb2f1b1ed29f3bc97a9bcae5fc2a89fe95.tar.gz libimobiledevice-7b4cb7fb2f1b1ed29f3bc97a9bcae5fc2a89fe95.tar.bz2 | |
Added afc.pxi.
More errors handled.
Changed error codes to enums in cython defs.
Diffstat (limited to 'cython/Makefile.am')
| -rw-r--r-- | cython/Makefile.am | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/cython/Makefile.am b/cython/Makefile.am index 1a71fbe..c0ebff6 100644 --- a/cython/Makefile.am +++ b/cython/Makefile.am | |||
| @@ -7,13 +7,14 @@ 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 stdint.pxi $(CYTHON_PLIST_INCLUDE_DIR)/plist.pxd |
| 10 | PXIINCLUDES = \ | 10 | PXIINCLUDES = \ |
| 11 | stdint.pxi \ | 11 | stdint.pxi \ |
| 12 | mobilesync.pxi \ | 12 | mobilesync.pxi \ |
| 13 | notification_proxy.pxi \ | 13 | notification_proxy.pxi \ |
| 14 | sbservices.pxi \ | 14 | sbservices.pxi \ |
| 15 | mobilebackup.pxi \ | 15 | mobilebackup.pxi \ |
| 16 | property_list_client.pxi | 16 | property_list_client.pxi \ |
| 17 | afc.pxi | ||
| 17 | 18 | ||
| 18 | CLEANFILES = \ | 19 | CLEANFILES = \ |
| 19 | *.pyc \ | 20 | *.pyc \ |
