Add Lib/bsddb to list of installed directories

This commit is contained in:
Andrew M. Kuchling 2002-11-19 13:31:16 +00:00
parent d448f66317
commit b9a21ad74d
1 changed files with 1 additions and 1 deletions

View 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); \