summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2010-12-31 11:49:34 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2010-12-31 11:49:34 (GMT)
commit651c94450df8619c26e26a133289dbaa197616f4 (patch)
tree1a81a2625687116d205cb5c6583497cb657f8460 /configure.ac
parentdbec8e8af5f296f0b95cd9c07e7d96b1a4277137 (diff)
Supported a first basic packet of the Java Debug Wire Protocol.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@204 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fe2cc9f..da0e825 100644
--- a/configure.ac
+++ b/configure.ac
@@ -253,6 +253,9 @@ AC_CONFIG_FILES([Makefile
src/arch/x86/Makefile
src/common/Makefile
src/debug/Makefile
+ src/debug/jdwp/Makefile
+ src/debug/jdwp/misc/Makefile
+ src/debug/jdwp/sets/Makefile
src/debug/remgdb/Makefile
src/decomp/Makefile
src/decomp/expr/Makefile