diff options
author | Brett Cannon <bcannon@gmail.com> | 2009-02-03 04:57:48 (GMT) |
---|---|---|
committer | Brett Cannon <bcannon@gmail.com> | 2009-02-03 04:57:48 (GMT) |
commit | e78701a8d66417f31686da99a7e5368016300321 (patch) | |
tree | b933b5dee332b1c7e53e9a195c6843746742bd13 /Makefile.pre.in | |
parent | 85602268dc9d57b8965b619dd313868ebe4b9b8f (diff) | |
download | cpython-e78701a8d66417f31686da99a7e5368016300321.zip cpython-e78701a8d66417f31686da99a7e5368016300321.tar.gz cpython-e78701a8d66417f31686da99a7e5368016300321.tar.bz2 |
Add importlib to the Makefile.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 9c7e873..0c33171 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -831,6 +831,9 @@ LIBSUBDIRS= tkinter site-packages test test/output test/data \ lib2to3 lib2to3/fixes lib2to3/pgen2 lib2to3/tests \ ctypes ctypes/test ctypes/macholib idlelib idlelib/Icons \ distutils distutils/command distutils/tests $(XMLLIBSUBDIRS) \ + importlib importlib/test importlib/test/builtin \ + importlib/test/extension importlib/test/frozen \ + importlib/test/import_ importlib/test/source \ setuptools setuptools/command setuptools/tests setuptools.egg-info \ multiprocessing multiprocessing/dummy \ curses $(MACHDEPS) |