From de1d51fc12f05cdc1836ceaa20ae64f94fbb964b Mon Sep 17 00:00:00 2001
From: Neal Norwitz <nnorwitz@gmail.com>
Date: Thu, 14 Nov 2002 04:56:09 +0000
Subject: [PATCH] Fix SF # 638126, logging module not installed

---
 Makefile.pre.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.pre.in b/Makefile.pre.in
index 37df9a12dc..4848f77a0a 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -611,7 +611,7 @@ PLATDIR=	plat-$(MACHDEP)
 MACHDEPS=	$(PLATDIR)
 XMLLIBSUBDIRS=  xml xml/dom xml/parsers xml/sax
 LIBSUBDIRS=	lib-old lib-tk site-packages test test/output test/data \
-		encodings email compiler hotshot \
+		encodings email compiler hotshot logging \
 		distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
 libinstall:	$(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR)
 	@for i in $(SCRIPTDIR) $(LIBDEST); \
-- 
2.40.0