summaryrefslogtreecommitdiffstats
path: root/cython/Makefile.am
diff options
context:
space:
mode:
authorGravatar Hao Zhou2014-12-09 11:16:40 +0800
committerGravatar Hao Zhou2014-12-09 11:16:40 +0800
commitc86c7b572949af76becd113230bc1784aadb1eb0 (patch)
tree6157dc25a61eccb5e48d1e8a2900362206b20685 /cython/Makefile.am
parent83c45ae97ffb8db73b92ccbf1e89443fefbcb937 (diff)
downloadlibimobiledevice-c86c7b572949af76becd113230bc1784aadb1eb0.tar.gz
libimobiledevice-c86c7b572949af76becd113230bc1784aadb1eb0.tar.bz2
cython: Add DebugServerClient class to communicate with debugserver
Diffstat (limited to 'cython/Makefile.am')
-rw-r--r--cython/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/cython/Makefile.am b/cython/Makefile.am
index 0261bfa..94ff728 100644
--- a/cython/Makefile.am
+++ b/cython/Makefile.am
@@ -24,7 +24,8 @@ PXIINCLUDES = \
24 misagent.pxi \ 24 misagent.pxi \
25 house_arrest.pxi \ 25 house_arrest.pxi \
26 restore.pxi \ 26 restore.pxi \
27 mobile_image_mounter.pxi 27 mobile_image_mounter.pxi \
28 debugserver.pxi
28 29
29CLEANFILES = \ 30CLEANFILES = \
30 *.pyc \ 31 *.pyc \