From bea5efe442daeab05d5d7a2e9d9e7b934ba6e684 Mon Sep 17 00:00:00 2001 From: Bryan Forbes Date: Fri, 9 Apr 2010 16:52:30 -0500 Subject: Implemented hierarchy suggested by Martin S. Implemented new BaseService constructors. Moved LockdownClient to lockdown.pxi. Implemented more of the afc interface. --- cython/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'cython/Makefile.am') 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 \ -- cgit v1.1-32-gdbae