summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac14
1 files changed, 7 insertions, 7 deletions
diff --git a/configure.ac b/configure.ac
index 7f572e8..902a5a0 100644
--- a/configure.ac
+++ b/configure.ac
@@ -319,6 +319,13 @@ AC_CONFIG_COMMANDS([marshal], [echo -e "VOID:UINT64\nVOID:INT,UINT64,INT\nVOID:O
AC_CONFIG_FILES([Makefile
pixmaps/Makefile
plugins/Makefile
+ plugins/arm/Makefile
+ plugins/arm/python/Makefile
+ plugins/arm/python/v7/Makefile
+ plugins/arm/v7/Makefile
+ plugins/arm/v7/opdefs/Makefile
+ plugins/arm/v7/opcodes/Makefile
+ plugins/arm/v7/operands/Makefile
plugins/dalvik/Makefile
plugins/dalvik/opdefs/Makefile
plugins/dalvik/opcodes/Makefile
@@ -338,8 +345,6 @@ AC_CONFIG_FILES([Makefile
plugins/pychrysa/analysis/db/Makefile
plugins/pychrysa/analysis/db/items/Makefile
plugins/pychrysa/arch/Makefile
- plugins/pychrysa/arch/arm/Makefile
- plugins/pychrysa/arch/arm/v7/Makefile
plugins/pychrysa/common/Makefile
plugins/pychrysa/core/Makefile
plugins/pychrysa/debug/Makefile
@@ -367,11 +372,6 @@ AC_CONFIG_FILES([Makefile
src/analysis/human/asm/Makefile
src/analysis/types/Makefile
src/arch/Makefile
- src/arch/arm/Makefile
- src/arch/arm/v7/Makefile
- src/arch/arm/v7/opdefs/Makefile
- src/arch/arm/v7/opcodes/Makefile
- src/arch/arm/v7/operands/Makefile
src/common/Makefile
src/core/Makefile
src/debug/Makefile