diff options
author | Georg Brandl <georg@python.org> | 2011-02-23 07:30:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2011-02-23 07:30:12 (GMT) |
commit | 5329123ee00de7547e454326d7e335123047979f (patch) | |
tree | 0292e2112adccd14c8989e2c927a7578f96241aa | |
parent | 57d1a887e7f99d596a9b083592f7734f7ee1a11c (diff) | |
download | cpython-5329123ee00de7547e454326d7e335123047979f.zip cpython-5329123ee00de7547e454326d7e335123047979f.tar.gz cpython-5329123ee00de7547e454326d7e335123047979f.tar.bz2 |
Add new subdirectory to LIBSUBDIRS.
-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 24d364d..45a6d52 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -906,7 +906,7 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ tkinter/test/test_ttk site-packages test \ test/decimaltestdata test/xmltestdata test/subprocessdata \ test/tracedmodules test/encoded_modules \ - concurrent concurrent/futures encodings \ + collections concurrent concurrent/futures encodings \ email email/mime email/test email/test/data \ html json test/json_tests http dbm xmlrpc \ sqlite3 sqlite3/test \ |