summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-10-18 20:50:10 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-10-18 20:50:10 (GMT)
commitdce9d9cdfef1d37ef11a987a21f36e83b6b1944f (patch)
tree830623ade20e892954fcbddd3b7b05d09aac1dd7 /configure.ac
parent1e7c7de85438749d3faf7b76984b86a9c088fbc1 (diff)
Created plugins for the Dex and Dalvik support.
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 80afa2e..7f572e8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -319,7 +319,14 @@ AC_CONFIG_COMMANDS([marshal], [echo -e "VOID:UINT64\nVOID:INT,UINT64,INT\nVOID:O
AC_CONFIG_FILES([Makefile
pixmaps/Makefile
plugins/Makefile
+ plugins/dalvik/Makefile
+ plugins/dalvik/opdefs/Makefile
+ plugins/dalvik/opcodes/Makefile
+ plugins/dalvik/operands/Makefile
+ plugins/dalvik/pseudo/Makefile
plugins/devdbg/Makefile
+ plugins/dex/Makefile
+ plugins/dex/python/Makefile
plugins/elf/Makefile
plugins/elf/python/Makefile
plugins/fmtp/Makefile
@@ -338,7 +345,6 @@ AC_CONFIG_FILES([Makefile
plugins/pychrysa/debug/Makefile
plugins/pychrysa/debug/gdbrsp/Makefile
plugins/pychrysa/format/Makefile
- plugins/pychrysa/format/dex/Makefile
plugins/pychrysa/glibext/Makefile
plugins/pychrysa/gtkext/Makefile
plugins/pychrysa/gui/Makefile
@@ -366,17 +372,11 @@ AC_CONFIG_FILES([Makefile
src/arch/arm/v7/opdefs/Makefile
src/arch/arm/v7/opcodes/Makefile
src/arch/arm/v7/operands/Makefile
- src/arch/dalvik/Makefile
- src/arch/dalvik/opdefs/Makefile
- src/arch/dalvik/opcodes/Makefile
- src/arch/dalvik/operands/Makefile
- src/arch/dalvik/pseudo/Makefile
src/common/Makefile
src/core/Makefile
src/debug/Makefile
src/debug/gdbrsp/Makefile
src/format/Makefile
- src/format/dex/Makefile
src/format/dwarf/Makefile
src/format/dwarf/v2/Makefile
src/format/dwarf/v3/Makefile