summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2012-10-18 00:28:06 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2012-10-18 00:28:06 (GMT)
commitf7d126acb7718d4a13ac64c0d71c7d019cc8c18c (patch)
treeb4b32237b99344beba8c03333972efb8f108a5cf /configure.ac
parent2cfb66fcd5e8293d1dd689691bdc8c3517dd183a (diff)
Reorganized the code for the x86 architecture support.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@274 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 8cef052..0a79182 100644
--- a/configure.ac
+++ b/configure.ac
@@ -266,6 +266,8 @@ AC_CONFIG_FILES([Makefile
src/arch/jvm/Makefile
src/arch/mips/Makefile
src/arch/x86/Makefile
+ src/arch/x86/opcodes/Makefile
+ src/arch/x86/operands/Makefile
src/common/Makefile
src/debug/Makefile
src/debug/jdwp/Makefile