From: Brett Cannon Date: Tue, 3 Feb 2009 04:57:48 +0000 (+0000) Subject: Add importlib to the Makefile. X-Git-Tag: v3.1a1~296 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e78701a8d66417f31686da99a7e5368016300321;p=python Add importlib to the Makefile. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index 9c7e873927..0c33171417 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)