|
From: <sv...@va...> - 2011-10-23 13:56:18
|
Author: florian Date: 2011-10-23 14:51:34 +0100 (Sun, 23 Oct 2011) New Revision: 12217 Log: Include README_DEVELOPERS for the GDB server in the tarball. Modified: trunk/coregrind/Makefile.am Modified: trunk/coregrind/Makefile.am =================================================================== --- trunk/coregrind/Makefile.am 2011-10-23 13:28:20 UTC (rev 12216) +++ trunk/coregrind/Makefile.am 2011-10-23 13:51:34 UTC (rev 12217) @@ -23,7 +23,8 @@ EXTRA_DIST = \ m_debuginfo/UNUSED_STABS.txt \ - m_debuginfo/README.txt + m_debuginfo/README.txt \ + m_gdbserver/README_DEVELOPERS #---------------------------------------------------------------------------- # The launcher. Built for the primary target only. |