From e78701a8d66417f31686da99a7e5368016300321 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Tue, 3 Feb 2009 04:57:48 +0000 Subject: [PATCH] Add importlib to the Makefile. --- Makefile.pre.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 9c7e873927e..0c33171417e 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)