]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Include README_DEVELOPERS for the GDB server in the tarball.
authorFlorian Krohm <florian@eich-krohm.de>
Sun, 23 Oct 2011 13:51:34 +0000 (13:51 +0000)
committerFlorian Krohm <florian@eich-krohm.de>
Sun, 23 Oct 2011 13:51:34 +0000 (13:51 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12217

coregrind/Makefile.am

index 29fa297cb8259cec7f8aff2e935da05513a17609..6220f79c137fce11c90c6e72956e6e0d8905e289 100644 (file)
@@ -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.