Back by popular demand...(ok, it was just fur ;P)..dbm has returned.

This commit is contained in:
cls%seawood.org 1999-11-16 15:56:31 +00:00
parent 2d4081b417
commit 3eefe6333e
3 changed files with 12 additions and 6 deletions

View File

@ -26,7 +26,7 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = config build
DIRS = dbm config build
#
ifdef MOZ_L10N
@ -89,7 +89,11 @@ DIRS += \
$(NULL)
ifdef MOZ_BUILD_XPFE
DIRS += xpfe extensions
DIRS += xpfe
endif
ifdef MOZ_EXTENSIONS
DIRS += extensions
endif
ifdef MOZ_MAIL_NEWS

View File

@ -61,10 +61,10 @@ db/mdb/public/Makefile
db/mork/Makefile
db/mork/build/Makefile
db/mork/src/Makefile
#dbm/Makefile
#dbm/include/Makefile
#dbm/src/Makefile
#dbm/tests/Makefile
dbm/Makefile
dbm/include/Makefile
dbm/src/Makefile
dbm/tests/Makefile
dom/Makefile
dom/public/Makefile
dom/public/base/Makefile
@ -478,6 +478,7 @@ xpcom/reflect/xptcall/src/Makefile
xpcom/reflect/xptcall/src/md/Makefile
xpcom/reflect/xptcall/src/md/test/Makefile
xpcom/reflect/xptcall/src/md/unix/Makefile
xpcom/reflect/xptcall/src/md/win32/Makefile
xpcom/reflect/xptcall/tests/Makefile
xpcom/reflect/xptinfo/Makefile
xpcom/reflect/xptinfo/public/Makefile

View File

@ -46,6 +46,7 @@ DIRS = \
!if defined(DIST_DIRS)
config \
db \
dbm \
include \
jpeg \
modules\libreg \