|
From: <sv...@va...> - 2005-05-13 23:14:42
|
Author: njn Date: 2005-05-14 00:14:40 +0100 (Sat, 14 May 2005) New Revision: 3701 Modified: trunk/coregrind/Makefile.am Log: Forgot to add pub_core_translate.h to the Makefile.am. Modified: trunk/coregrind/Makefile.am =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/coregrind/Makefile.am 2005-05-13 23:11:40 UTC (rev 3700) +++ trunk/coregrind/Makefile.am 2005-05-13 23:14:40 UTC (rev 3701) @@ -52,6 +52,7 @@ pub_core_stacktrace.h \ pub_core_syscalls.h \ pub_core_tooliface.h \ + pub_core_translate.h \ ume.h \ vg_symtab2.h \ vg_symtypes.h |