From 06e8adae1ac4d48677d1496e3d1e8dc6d51519a2 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Fri, 30 Sep 2005 02:17:16 +0000 Subject: [PATCH] add missing file git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4832 --- coregrind/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am index 5d69a945d..c6f1c8259 100644 --- a/coregrind/Makefile.am +++ b/coregrind/Makefile.am @@ -31,6 +31,7 @@ noinst_HEADERS = \ pub_core_basics_asm.h \ pub_core_clientstate.h \ pub_core_commandline.h \ + pub_core_coredump.h \ pub_core_cpuid.h \ pub_core_debuginfo.h \ pub_core_debugger.h \