diff options
author | Ned Deily <nad@acm.org> | 2013-10-18 01:08:00 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-10-18 01:08:00 (GMT) |
commit | 3c97e46f63fb9dc4ae1a886a9cd05aea443afdf2 (patch) | |
tree | d40a8129a87d8e26c5ba8a5ca6d2eca8560ae793 /Makefile.pre.in | |
parent | fc29e0f37e8a5928c3ef38ce7e02c64984d1b5bc (diff) | |
download | cpython-3c97e46f63fb9dc4ae1a886a9cd05aea443afdf2.zip cpython-3c97e46f63fb9dc4ae1a886a9cd05aea443afdf2.tar.gz cpython-3c97e46f63fb9dc4ae1a886a9cd05aea443afdf2.tar.bz2 |
Issue #19262: Install asyncio and test_asyncio directories.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 63e742d..6fdea8d 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1085,6 +1085,8 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ test/namespace_pkgs/project3/parent/child \ test/namespace_pkgs/module_and_namespace_package \ test/namespace_pkgs/module_and_namespace_package/a_test \ + asyncio \ + test/test_asyncio \ collections concurrent concurrent/futures encodings \ email email/mime test/test_email test/test_email/data \ html json test/test_json http dbm xmlrpc \ |