summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2015-08-12 19:05:31 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2015-08-12 19:05:31 (GMT)
commit4b2f65ed2125cd7b6ef598cf02738f6c839d8935 (patch)
treede62e9daaafe63248c45202004758e91b7341cc5 /configure.ac
parentb5c6bcea25b1b840fd6c8e89a4a3c9fbd83ba84b (diff)
Extended the loading process of binary formats to prepare the DWARF support.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@568 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index eed6c5b..a2ac711 100644
--- a/configure.ac
+++ b/configure.ac
@@ -334,6 +334,9 @@ AC_CONFIG_FILES([Makefile
src/format/Makefile
src/format/dex/Makefile
src/format/dwarf/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