diff --git a/xpfe/components/Makefile.in b/xpfe/components/Makefile.in index e2f8d443ccf..93f804b371e 100644 --- a/xpfe/components/Makefile.in +++ b/xpfe/components/Makefile.in @@ -26,7 +26,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = public bookmarks directory filepicker find history search sidebar related regviewer ucth xfer prefwindow shistory remote timebomb +DIRS = public bookmarks directory filepicker find history search sidebar related regviewer ucth xfer prefwindow shistory remote timebomb console include $(topsrcdir)/config/rules.mk diff --git a/xpfe/components/makefile.win b/xpfe/components/makefile.win index 26f3d59edea..1988ea25693 100644 --- a/xpfe/components/makefile.win +++ b/xpfe/components/makefile.win @@ -21,6 +21,6 @@ DEPTH=..\.. -DIRS= public bookmarks directory filepicker find history prefwindow search sidebar regviewer related ucth xfer shistory timebomb +DIRS= public bookmarks directory filepicker find history prefwindow search sidebar regviewer related ucth xfer shistory timebomb console include <$(DEPTH)\config\rules.mak>