diff --git a/mozilla/xpfe/components/Makefile.in b/mozilla/xpfe/components/Makefile.in index e496b886ed3..368a0135df3 100644 --- a/mozilla/xpfe/components/Makefile.in +++ b/mozilla/xpfe/components/Makefile.in @@ -22,7 +22,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = public find history related ucth xfer prefwindow +DIRS = public bookmarks find history related ucth xfer prefwindow include $(topsrcdir)/config/config.mk diff --git a/mozilla/xpfe/components/makefile.win b/mozilla/xpfe/components/makefile.win index 550ebdc472a..f3beb3c1241 100644 --- a/mozilla/xpfe/components/makefile.win +++ b/mozilla/xpfe/components/makefile.win @@ -17,6 +17,6 @@ DEPTH=..\.. -DIRS= public find history prefwindow related ucth xfer +DIRS= public bookmarks find history prefwindow related ucth xfer include <$(DEPTH)\config\rules.mak>