summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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 7ef720a..21362e4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -180,6 +180,7 @@ AC_SUBST(LIBXML_LIBS)
AC_CONFIG_FILES([stamp-h po/Makefile.in], [echo timestamp > stamp-h])
AC_CONFIG_FILES([Makefile
+ pixmaps/Makefile
src/Makefile
src/arch/Makefile
src/arch/x86/Makefile
@@ -188,7 +189,8 @@ AC_CONFIG_FILES([Makefile
src/format/dwarf/Makefile
src/format/elf/Makefile
src/format/java/Makefile
- src/format/pe/Makefile])
+ src/format/pe/Makefile
+ src/gtkext/Makefile])
AC_OUTPUT