summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2009-02-03 04:57:48 (GMT)
committerBrett Cannon <bcannon@gmail.com>2009-02-03 04:57:48 (GMT)
commite78701a8d66417f31686da99a7e5368016300321 (patch)
treeb933b5dee332b1c7e53e9a195c6843746742bd13 /Makefile.pre.in
parent85602268dc9d57b8965b619dd313868ebe4b9b8f (diff)
downloadcpython-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.in3
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)