summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@haypocalc.com>2011-05-24 23:19:57 (GMT)
committerVictor Stinner <victor.stinner@haypocalc.com>2011-05-24 23:19:57 (GMT)
commite2d9e26a105c24367e9fa3dcfaeaa97d8261c5ef (patch)
treebdb50a3d37d5211acc9db13bae58ca08fda5244c /Makefile.pre.in
parent9e5cdcc243b2f1830c8fb55efea10c5bb1ab186b (diff)
downloadcpython-e2d9e26a105c24367e9fa3dcfaeaa97d8261c5ef.zip
cpython-e2d9e26a105c24367e9fa3dcfaeaa97d8261c5ef.tar.gz
cpython-e2d9e26a105c24367e9fa3dcfaeaa97d8261c5ef.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.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 41745f5..fbd54c7 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -853,8 +853,8 @@ PLATMACDIRS= plat-mac plat-mac/Carbon plat-mac/lib-scriptpackages \
plat-mac/lib-scriptpackages/Terminal
PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages
LIBSUBDIRS= lib-tk lib-tk/test lib-tk/test/test_tkinter \
- lib-tk/test/test_ttk site-packages test test/data \
- test/decimaltestdata test/xmltestdata \
+ lib-tk/test/test_ttk site-packages test test/data \
+ test/cjkencodings test/decimaltestdata test/xmltestdata \
test/tracedmodules \
encodings compiler hotshot \
email email/mime email/test email/test/data \