diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-03-18 21:36:06 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-03-18 21:36:06 (GMT) |
commit | cb6dbe579003e313e66a5a2aeb5c1ce43028dc34 (patch) | |
tree | 7e9952bf149cc1264eb8328e30b4f100cc439aae /Makefile.pre.in | |
parent | 249683fab330004ee54087afc8c95732f0c7f983 (diff) | |
download | cpython-cb6dbe579003e313e66a5a2aeb5c1ce43028dc34.zip cpython-cb6dbe579003e313e66a5a2aeb5c1ce43028dc34.tar.gz cpython-cb6dbe579003e313e66a5a2aeb5c1ce43028dc34.tar.bz2 |
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.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 19a399a..4787825 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -835,7 +835,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 test/xmltestdata \ encodings \ email email/mime email/test email/test/data \ |