diff --git a/xpfe/components/Makefile.in b/xpfe/components/Makefile.in index ade830e9621..5bf0c096fc9 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 find history search sidebar related regviewer ucth xfer prefwindow +DIRS = public bookmarks directory find history search sidebar related regviewer ucth xfer prefwindow shistory include $(topsrcdir)/config/rules.mk diff --git a/xpfe/components/makefile.win b/xpfe/components/makefile.win index 575404195d9..577fc806637 100644 --- a/xpfe/components/makefile.win +++ b/xpfe/components/makefile.win @@ -21,6 +21,6 @@ DEPTH=..\.. -DIRS= public bookmarks directory find history prefwindow search sidebar regviewer related ucth xfer +DIRS= public bookmarks directory find history prefwindow search sidebar regviewer related ucth xfer shistory include <$(DEPTH)\config\rules.mak>