summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBrian Quinlan <brian@sweetapp.com>2010-10-16 10:36:11 (GMT)
committerBrian Quinlan <brian@sweetapp.com>2010-10-16 10:36:11 (GMT)
commit2c2bfe5bdf63bf5f85131ff7a773e28c094b9550 (patch)
treedd8afcb712cbb3fa633d13959ecd769648872154 /Makefile.pre.in
parent6d3895606cd563dca2875d0241f4f8e1e98cb39a (diff)
downloadcpython-2c2bfe5bdf63bf5f85131ff7a773e28c094b9550.zip
cpython-2c2bfe5bdf63bf5f85131ff7a773e28c094b9550.tar.gz
cpython-2c2bfe5bdf63bf5f85131ff7a773e28c094b9550.tar.bz2
Fixes issue 10120 (concurrent.futures module is not installed properly), patch by Neil Muller
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index b66313b..475d272 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -880,7 +880,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
tkinter/test/test_ttk site-packages test \
test/decimaltestdata test/xmltestdata \
test/tracedmodules test/encoded_modules \
- concurrent encodings \
+ concurrent concurrent/futures encodings \
email email/mime email/test email/test/data \
html json json/tests http dbm xmlrpc \
sqlite3 sqlite3/test \