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 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