summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-09-14 14:21:12 +0000
committerAlexander Belopolsky <alexander.belopolsky@gmail.com>2010-09-14 14:21:12 +0000
commit3a883214ee3e7d79b14dcd42720d8efe55c147ad (patch)
treef02ca9fd79806ee47c862a598c15f4e3ec91c18d /Makefile.pre.in
parentBlocked revisions 84790 via svnmerge (diff)
downloadcpython-3a883214ee3e7d79b14dcd42720d8efe55c147ad.tar.gz
cpython-3a883214ee3e7d79b14dcd42720d8efe55c147ad.tar.bz2
cpython-3a883214ee3e7d79b14dcd42720d8efe55c147ad.zip
Merged revisions 84803 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r84803 | alexander.belopolsky | 2010-09-14 10:12:19 -0400 (Tue, 14 Sep 2010) | 1 line Issue 9315: Added test/tracedmodules to LIBSUBDIRS ........
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 6c2f4d1c3cb..3c2d4755dc5 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -837,6 +837,7 @@ XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
tkinter/test/test_ttk site-packages test test/data \
test/decimaltestdata \
+ test/tracedmodules \
encodings \
email email/mime email/test email/test/data \
html json json/tests http dbm xmlrpc \