diff options
Diffstat (limited to 'cython/Makefile.am')
-rw-r--r-- | cython/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cython/Makefile.am b/cython/Makefile.am index b1dea79..a8e39d4 100644 --- a/cython/Makefile.am +++ b/cython/Makefile.am @@ -9,6 +9,7 @@ BUILT_SOURCES = imobiledevice.c PXDINCLUDES = imobiledevice.pxd stdint.pxi $(CYTHON_PLIST_INCLUDE_DIR)/plist.pxd PXIINCLUDES = \ stdint.pxi \ + lockdown.pxi \ mobilesync.pxi \ notification_proxy.pxi \ sbservices.pxi \ |