summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-12-12 18:38:53 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-12-12 18:38:53 (GMT)
commit3754a5e3edeea98ce426b65772708ae91b291c1f (patch)
treee292aa254f59e61f6f9672b826f08be6f428ffdd /configure.ac
parentdcc0438ff24efd5958b8d46940eb395ff2b7ed77 (diff)
Removed most of the code related to non-working decompilation.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 0 insertions, 6 deletions
diff --git a/configure.ac b/configure.ac
index 7d5aa74..b7166ed 100644
--- a/configure.ac
+++ b/configure.ac
@@ -351,7 +351,6 @@ AC_CONFIG_FILES([Makefile
src/arch/arm/v7/opcodes/Makefile
src/arch/arm/v7/operands/Makefile
src/arch/dalvik/Makefile
- src/arch/dalvik/decomp/Makefile
src/arch/dalvik/opdefs/Makefile
src/arch/dalvik/opcodes/Makefile
src/arch/dalvik/operands/Makefile
@@ -369,11 +368,6 @@ AC_CONFIG_FILES([Makefile
src/debug/jdwp/misc/Makefile
src/debug/jdwp/sets/Makefile
src/debug/remgdb/Makefile
- src/decomp/Makefile
- src/decomp/expr/Makefile
- src/decomp/expr/dalvik/Makefile
- src/decomp/instr/Makefile
- src/decomp/lang/Makefile
src/format/Makefile
src/format/dex/Makefile
src/format/dwarf/Makefile