diff options
author | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-24 23:13:59 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@haypocalc.com> | 2011-05-24 23:13:59 (GMT) |
commit | 46f8264b8e976ca0a39485c8405acddc8aa8af7a (patch) | |
tree | a96cc1ac9fcd7b9c47f8e8eefe54f599a7cd15d1 /Makefile.pre.in | |
parent | 8fdfc20fc43d7dbfa1770911bd8a183de4f225c5 (diff) | |
download | cpython-46f8264b8e976ca0a39485c8405acddc8aa8af7a.zip cpython-46f8264b8e976ca0a39485c8405acddc8aa8af7a.tar.gz cpython-46f8264b8e976ca0a39485c8405acddc8aa8af7a.tar.bz2 |
Issue #12057: Add cjkencodings directory to the Makefile and Tools/msi/msi.py
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index c2fc69a..270dfb4 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -840,8 +840,8 @@ EXTRAPLATDIR= @EXTRAPLATDIR@ MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR) XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ - tkinter/test/test_ttk site-packages test test/data \ - test/decimaltestdata \ + tkinter/test/test_ttk site-packages test test/data \ + test/cjkencodings test/decimaltestdata \ test/tracedmodules \ encodings \ email email/mime email/test email/test/data \ |