summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-03-18 21:38:55 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-03-18 21:38:55 (GMT)
commit5ff5336842dd4752b004eedc53978e2dee36466b (patch)
tree9663778f6eba7777def14699f462256bd13cee54 /Makefile.pre.in
parentc8f5540062439c0321bbf3baddc741f997ab107c (diff)
downloadcpython-5ff5336842dd4752b004eedc53978e2dee36466b.zip
cpython-5ff5336842dd4752b004eedc53978e2dee36466b.tar.gz
cpython-5ff5336842dd4752b004eedc53978e2dee36466b.tar.bz2
Merged revisions 79057 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r79057 | benjamin.peterson | 2010-03-18 16:36:06 -0500 (Thu, 18 Mar 2010) | 9 lines Merged revisions 79056 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r79056 | benjamin.peterson | 2010-03-18 16:32:38 -0500 (Thu, 18 Mar 2010) | 1 line install tkinter and ttk tests ........ ................
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index d20fc34..82b056c 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -834,7 +834,8 @@ PLATDIR= plat-$(MACHDEP)
EXTRAPLATDIR= @EXTRAPLATDIR@
MACHDEPS= $(PLATDIR) $(EXTRAPLATDIR)
XMLLIBSUBDIRS= xml xml/dom xml/etree xml/parsers xml/sax
-LIBSUBDIRS= tkinter site-packages test test/output test/data \
+LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \
+ tkinter/test/test_ttk site-packages test test/data \
test/decimaltestdata \
encodings \
email email/mime email/test email/test/data \