diff options
| -rw-r--r-- | Makefile.pre.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index c7b72f5..ffb2b04 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -819,6 +819,7 @@ LIBSUBDIRS= lib-tk 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) \ + multiprocessing multiprocessing/dummy \ lib-old \ curses $(MACHDEPS) libinstall: build_all $(srcdir)/Lib/$(PLATDIR) |
