diff options
author | Brett Cannon <bcannon@gmail.com> | 2008-05-26 18:56:21 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2008-05-26 18:56:21 (GMT) |
commit | 35af8d4218138e74f37a083b7e3c8abd4c0f1c11 (patch) | |
tree | f608c22559501d8f6a56fbbb65675d4df69433a1 /Makefile.pre.in | |
parent | e0de18cb9a874e2c5f1c4886a844b89a170fd369 (diff) | |
download | cpython-35af8d4218138e74f37a083b7e3c8abd4c0f1c11.zip cpython-35af8d4218138e74f37a083b7e3c8abd4c0f1c11.tar.gz cpython-35af8d4218138e74f37a083b7e3c8abd4c0f1c11.tar.bz2 |
Add the new packages to the Makefile for installation.
Diffstat (limited to 'Makefile.pre.in')
-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 d813596..f61041b 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -818,7 +818,7 @@ LIBSUBDIRS= tkinter site-packages test test/output test/data \ test/decimaltestdata \ encodings \ email email/mime email/test email/test/data \ - html json json/tests \ + html json json/tests http dbm xmlrpc \ sqlite3 sqlite3/test \ logging bsddb bsddb/test csv wsgiref \ lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \ |