From: Florian Krohm Date: Sun, 23 Oct 2011 13:51:34 +0000 (+0000) Subject: Include README_DEVELOPERS for the GDB server in the tarball. X-Git-Tag: svn/VALGRIND_3_7_0~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0d689e773ba61ea9f3fa2022afce54762f4ae28c;p=thirdparty%2Fvalgrind.git Include README_DEVELOPERS for the GDB server in the tarball. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12217 --- diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am index 29fa297cb8..6220f79c13 100644 --- a/coregrind/Makefile.am +++ b/coregrind/Makefile.am @@ -23,7 +23,8 @@ endif 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.