summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 1b7bdfa..775e50d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -187,6 +187,8 @@ AC_SUBST(LIBXML_LIBS)
AC_CONFIG_FILES([stamp-h po/Makefile.in], [echo timestamp > stamp-h])
+AC_CONFIG_COMMANDS([marshal], [echo "VOID:UINT64,UINT64" > src/gtkext/iodamarshal.list])
+
AC_CONFIG_FILES([Makefile
pixmaps/Makefile
src/Makefile
@@ -194,6 +196,8 @@ AC_CONFIG_FILES([Makefile
src/arch/Makefile
src/arch/x86/Makefile
src/common/Makefile
+ src/debug/Makefile
+ src/debug/ptrace/Makefile
src/format/Makefile
src/format/dwarf/Makefile
src/format/elf/Makefile