From c86c7b572949af76becd113230bc1784aadb1eb0 Mon Sep 17 00:00:00 2001 From: Hao Zhou Date: Tue, 9 Dec 2014 11:16:40 +0800 Subject: cython: Add DebugServerClient class to communicate with debugserver --- cython/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'cython/Makefile.am') 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 \ -- cgit v1.1-32-gdbae