summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-09-19 08:55:36 (GMT)
committerGeorg Brandl <georg@python.org>2010-09-19 08:55:36 (GMT)
commit490014ba4d3422fdfd4dba5fe0b85cd820a12c80 (patch)
tree20b4ac385001f0f8d7438911baeb6924f62593db
parentb059c3cd5fbf5c97dc2fe9cc47a5e0c1f1fd9271 (diff)
downloadcpython-490014ba4d3422fdfd4dba5fe0b85cd820a12c80.zip
cpython-490014ba4d3422fdfd4dba5fe0b85cd820a12c80.tar.gz
cpython-490014ba4d3422fdfd4dba5fe0b85cd820a12c80.tar.bz2
Add "concurrent" subdir to Makefile.
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 6664ef1..294a03c 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -871,7 +871,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
tkinter/test/test_ttk site-packages test \
test/decimaltestdata test/xmltestdata \
test/tracedmodules \
- encodings \
+ concurrent encodings \
email email/mime email/test email/test/data \
html json json/tests http dbm xmlrpc \
sqlite3 sqlite3/test \