]> granicus.if.org Git - python/commitdiff
Add Lib/bsddb to list of installed directories
authorAndrew M. Kuchling <amk@amk.ca>
Tue, 19 Nov 2002 13:31:16 +0000 (13:31 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Tue, 19 Nov 2002 13:31:16 +0000 (13:31 +0000)
Makefile.pre.in

index 4848f77a0ad6c56e734fa915355b1f993cc52df9..8e0badcf449c5715ab3123f2c3138b6389ac21c6 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 logging \
+               encodings email compiler hotshot logging bsddb \
                distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS)
 libinstall:    $(BUILDPYTHON) $(srcdir)/Lib/$(PLATDIR)
        @for i in $(SCRIPTDIR) $(LIBDEST); \