From f47ecdb4adb1e290c8d3a6712541c4513f9fdbfa Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Tue, 16 Nov 1999 15:56:31 +0000 Subject: [PATCH] Back by popular demand...(ok, it was just fur ;P)..dbm has returned. git-svn-id: svn://10.0.0.236/trunk@53654 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/Makefile.in | 8 ++++++-- mozilla/allmakefiles.sh | 9 +++++---- mozilla/makefile.win | 1 + 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/mozilla/Makefile.in b/mozilla/Makefile.in index c6914753bc6..620c8e919f5 100644 --- a/mozilla/Makefile.in +++ b/mozilla/Makefile.in @@ -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 diff --git a/mozilla/allmakefiles.sh b/mozilla/allmakefiles.sh index fe91cc089b2..7f4166a05d8 100755 --- a/mozilla/allmakefiles.sh +++ b/mozilla/allmakefiles.sh @@ -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 diff --git a/mozilla/makefile.win b/mozilla/makefile.win index eb0711e5040..6037d8e3317 100644 --- a/mozilla/makefile.win +++ b/mozilla/makefile.win @@ -46,6 +46,7 @@ DIRS = \ !if defined(DIST_DIRS) config \ db \ + dbm \ include \ jpeg \ modules\libreg \