summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-03-11 21:57:05 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-03-11 21:57:05 (GMT)
commit8088f1cbb4304c686ff41520099707a333084a4e (patch)
tree147411c3f90097dc1ae950ec390df2dfccf07ad7 /configure.ac
parenta33dd28e763e3a8b04145fb549aca9320e100a4b (diff)
Defined a new Dex demangler with MUTF-8 support as plugin.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index d3b9f1f..84f12df 100644
--- a/configure.ac
+++ b/configure.ac
@@ -336,6 +336,8 @@ AC_CONFIG_FILES([Makefile
plugins/devdbg/Makefile
plugins/dex/Makefile
plugins/dex/python/Makefile
+ plugins/dexbnf/Makefile
+ plugins/dexbnf/python/Makefile
plugins/elf/Makefile
plugins/elf/python/Makefile
plugins/fmtp/Makefile
@@ -356,6 +358,7 @@ AC_CONFIG_FILES([Makefile
plugins/pychrysalide/gtkext/Makefile
plugins/pychrysalide/gui/Makefile
plugins/pychrysalide/gui/panels/Makefile
+ plugins/pychrysalide/mangling/Makefile
plugins/python/Makefile
plugins/python/apkfiles/Makefile
plugins/python/samples/Makefile
@@ -396,7 +399,6 @@ AC_CONFIG_FILES([Makefile
src/gui/panels/Makefile
src/gui/tb/Makefile
src/mangling/Makefile
- src/mangling/dex/Makefile
src/mangling/itanium/Makefile
src/plugins/Makefile
tools/Makefile