summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2017-10-01 17:32:12 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2017-10-01 17:32:12 (GMT)
commit208abfe4182c0dafc230e0377b3efcc6c24be0f9 (patch)
tree4e084364b0a211ee36a5e8e55b70367f01d720d5 /configure.ac
parent593aee561015251dfd042dc5e00388f63232c45f (diff)
Defined the ELF support as plugin.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 98923d6..80afa2e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -320,6 +320,8 @@ AC_CONFIG_FILES([Makefile
pixmaps/Makefile
plugins/Makefile
plugins/devdbg/Makefile
+ plugins/elf/Makefile
+ plugins/elf/python/Makefile
plugins/fmtp/Makefile
plugins/libcsem/Makefile
plugins/mobicore/Makefile
@@ -337,7 +339,6 @@ AC_CONFIG_FILES([Makefile
plugins/pychrysa/debug/gdbrsp/Makefile
plugins/pychrysa/format/Makefile
plugins/pychrysa/format/dex/Makefile
- plugins/pychrysa/format/elf/Makefile
plugins/pychrysa/glibext/Makefile
plugins/pychrysa/gtkext/Makefile
plugins/pychrysa/gui/Makefile
@@ -380,7 +381,6 @@ AC_CONFIG_FILES([Makefile
src/format/dwarf/v2/Makefile
src/format/dwarf/v3/Makefile
src/format/dwarf/v4/Makefile
- src/format/elf/Makefile
src/format/java/Makefile
src/format/mangling/Makefile
src/format/mangling/dex/Makefile