--- a/mailnews/Makefile.in
+++ b/mailnews/Makefile.in
@@ -39,17 +39,17 @@ DEPTH = ..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = mailnews
-DIRS = base db/msgdb news local mime compose imap addrbook import extensions
+DIRS = base db/msgdb db/gloda news local mime compose imap addrbook import extensions
ifeq ($(OS_ARCH),WINNT)
ifndef GNU_CC
DIRS += mapi
endif
endif
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
--- a/mailnews/db/Makefile.in
+++ b/mailnews/db/Makefile.in
@@ -37,12 +37,12 @@
DEPTH = ../..
topsrcdir = @top_srcdir@
srcdir = @srcdir@
VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
-DIRS = msgdb
+DIRS = msgdb gloda
include $(topsrcdir)/config/rules.mk
--- a/mailnews/makefiles.sh
+++ b/mailnews/makefiles.sh
@@ -48,16 +48,17 @@ mailnews/base/ispdata/Makefile
mailnews/base/public/Makefile
mailnews/base/src/Makefile
mailnews/base/util/Makefile
mailnews/base/search/Makefile
mailnews/base/search/public/Makefile
mailnews/base/search/src/Makefile
mailnews/build/Makefile
mailnews/db/Makefile
+mailnews/db/gloda/Makefile
mailnews/db/msgdb/Makefile
mailnews/db/msgdb/public/Makefile
mailnews/db/msgdb/src/Makefile
mailnews/db/msgdb/build/Makefile
mailnews/local/Makefile
mailnews/local/public/Makefile
mailnews/local/src/Makefile
mailnews/local/build/Makefile