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 = \
misagent.pxi \
house_arrest.pxi \
restore.pxi \
- mobile_image_mounter.pxi
+ mobile_image_mounter.pxi \
+ debugserver.pxi
CLEANFILES = \
*.pyc \