From 77ba15a7b9277d3edfedd54664a44a6c4a51fc10 Mon Sep 17 00:00:00 2001 From: "radha%netscape.com" Date: Wed, 22 Dec 1999 22:38:00 +0000 Subject: [PATCH] Add shistory to the dirs list --- xpfe/components/Makefile.in | 2 +- xpfe/components/makefile.win | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xpfe/components/Makefile.in b/xpfe/components/Makefile.in index ade830e96210..5bf0c096fc9b 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 575404195d90..577fc806637a 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>