summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-04-02 11:58:42 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-04-02 12:39:30 (GMT)
commit1db4ef323b7a76093356ae76268132f3760e1631 (patch)
treefec36ee0ec1b6b2010b62ca4177edca0e31e2114 /configure.ac
parent1bc80837dde03a32b5ab185067f7bd4c499a9850 (diff)
Rewritten the whole instruction definition format.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac10
1 files changed, 7 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 84f12df..b919cb4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -329,10 +329,11 @@ AC_CONFIG_FILES([Makefile
plugins/arm/v7/opcodes/Makefile
plugins/arm/v7/operands/Makefile
plugins/dalvik/Makefile
- plugins/dalvik/opdefs/Makefile
- plugins/dalvik/opcodes/Makefile
plugins/dalvik/operands/Makefile
plugins/dalvik/pseudo/Makefile
+ plugins/dalvik/v35/Makefile
+ plugins/dalvik/v35/opcodes/Makefile
+ plugins/dalvik/v35/opdefs/Makefile
plugins/devdbg/Makefile
plugins/dex/Makefile
plugins/dex/python/Makefile
@@ -404,12 +405,15 @@ AC_CONFIG_FILES([Makefile
tools/Makefile
tools/d2c/Makefile
tools/d2c/args/Makefile
+ tools/d2c/assert/Makefile
tools/d2c/bits/Makefile
tools/d2c/conv/Makefile
+ tools/d2c/desc/Makefile
tools/d2c/format/Makefile
tools/d2c/hooks/Makefile
+ tools/d2c/id/Makefile
+ tools/d2c/pattern/Makefile
tools/d2c/rules/Makefile
- tools/d2c/syntax/Makefile
themes/Makefile
themes/Adwaita/Makefile])