Fix SF # 638126, logging module not installed
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 37df9a1..4848f77 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -611,7 +611,7 @@
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); \