diff options
author | Georg Brandl <georg@python.org> | 2010-09-19 08:55:36 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-09-19 08:55:36 (GMT) |
commit | 490014ba4d3422fdfd4dba5fe0b85cd820a12c80 (patch) | |
tree | 20b4ac385001f0f8d7438911baeb6924f62593db | |
parent | b059c3cd5fbf5c97dc2fe9cc47a5e0c1f1fd9271 (diff) | |
download | cpython-490014ba4d3422fdfd4dba5fe0b85cd820a12c80.zip cpython-490014ba4d3422fdfd4dba5fe0b85cd820a12c80.tar.gz cpython-490014ba4d3422fdfd4dba5fe0b85cd820a12c80.tar.bz2 |
Add "concurrent" subdir to Makefile.
-rw-r--r-- | Makefile.pre.in | 2 |
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 \ |