]> granicus.if.org Git - python/commitdiff
Fix SF # 638126, logging module not installed
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 14 Nov 2002 04:56:09 +0000 (04:56 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 14 Nov 2002 04:56:09 +0000 (04:56 +0000)
Makefile.pre.in

index 37df9a12dcee05d6471c1b468a764282e3c87ab7..4848f77a0ad6c56e734fa915355b1f993cc52df9 100644 (file)
@@ -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); \