diff options
author | Ned Deily <nad@acm.org> | 2013-11-03 20:09:51 -0800 |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2013-11-03 20:09:51 -0800 |
commit | db5ab780e880d3627cdef6d60381ceb0fba2d86d (patch) | |
tree | b645fb98a906fb9c98ca46bc84df506fb94896e4 /Makefile.pre.in | |
parent | 9083db602d7a1e14109f63a741709ef643db5549 (diff) | |
parent | c3909e5af73bf9cde2d54be83b0d020c8934ebd3 (diff) | |
download | cpython-git-db5ab780e880d3627cdef6d60381ceb0fba2d86d.tar.gz |
Issue #15392: merge from 3.3
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 f3687b3698..f88f66b525 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1097,7 +1097,8 @@ LIBSUBDIRS= tkinter tkinter/test tkinter/test/test_tkinter \ lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \ lib2to3/tests/data lib2to3/tests/data/fixers \ lib2to3/tests/data/fixers/myfixes \ - ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \ + ctypes ctypes/test ctypes/macholib \ + idlelib idlelib/Icons idlelib/idle_test \ distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \ importlib test/test_importlib test/test_importlib/builtin \ test/test_importlib/extension test/test_importlib/frozen \ |