From: Nicholas Nethercote Date: Fri, 13 May 2005 23:14:40 +0000 (+0000) Subject: Forgot to add pub_core_translate.h to the Makefile.am. X-Git-Tag: svn/VALGRIND_3_0_0~617 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3a55acd80238a01ee425354ff2a65738272c94a;p=thirdparty%2Fvalgrind.git Forgot to add pub_core_translate.h to the Makefile.am. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3701 --- diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am index 060ff9dbba..914c571c2f 100644 --- a/coregrind/Makefile.am +++ b/coregrind/Makefile.am @@ -52,6 +52,7 @@ noinst_HEADERS = \ pub_core_stacktrace.h \ pub_core_syscalls.h \ pub_core_tooliface.h \ + pub_core_translate.h \ ume.h \ vg_symtab2.h \ vg_symtypes.h