summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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])