summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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 86334a5..7a95ffd 100644
--- a/configure.ac
+++ b/configure.ac
@@ -24,6 +24,8 @@ AC_CONFIG_SRCDIR([src/editor.c])
AC_PROG_CC
AM_PROG_CC_C_O
+AC_PROG_LEX
+AC_PROG_YACC
AC_PROG_INSTALL
AC_PROG_MAKE_SET
AC_PROG_LIBTOOL
@@ -190,6 +192,7 @@ AC_CONFIG_FILES([Makefile
src/format/dwarf/Makefile
src/format/elf/Makefile
src/format/java/Makefile
+ src/format/mangling/Makefile
src/format/pe/Makefile
src/gtkext/Makefile
src/panel/Makefile])