summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-05-28 17:37:46 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-05-28 17:37:46 (GMT)
commit9f5ed46de568d3db882c939c8ca9d0117bff3369 (patch)
tree9d2090cd640e54379dc1b982e03dc284b2d23ae7 /configure.ac
parent2fd186a84cba4f39f6f1bb8bd34d52b4e1d4f814 (diff)
Relied on register objects as often as possible.
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 5c3c0e8..f1ac211 100644
--- a/configure.ac
+++ b/configure.ac
@@ -328,6 +328,7 @@ AC_CONFIG_FILES([Makefile
plugins/arm/v7/opdefs/Makefile
plugins/arm/v7/opcodes/Makefile
plugins/arm/v7/operands/Makefile
+ plugins/arm/v7/registers/Makefile
plugins/dalvik/Makefile
plugins/dalvik/operands/Makefile
plugins/dalvik/pseudo/Makefile
@@ -378,6 +379,7 @@ AC_CONFIG_FILES([Makefile
src/analysis/human/asm/Makefile
src/analysis/types/Makefile
src/arch/Makefile
+ src/arch/operands/Makefile
src/common/Makefile
src/core/Makefile
src/debug/Makefile