From: Alexander Belopolsky Date: Tue, 14 Sep 2010 14:12:19 +0000 (+0000) Subject: Issue 9315: Added test/tracedmodules to LIBSUBDIRS X-Git-Tag: v3.2a3~269 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9bfc0f098474c841a40d27b9aa0be2fd085a6a53;p=thirdparty%2FPython%2Fcpython.git Issue 9315: Added test/tracedmodules to LIBSUBDIRS --- diff --git a/Makefile.pre.in b/Makefile.pre.in index d2bb685992d3..6664ef10e8d8 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -870,6 +870,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/decimaltestdata test/xmltestdata \ + test/tracedmodules \ encodings \ email email/mime email/test email/test/data \ html json json/tests http dbm xmlrpc \