From 32ffaeca59a8a76b4a36d7e4d46fee090353ec74 Mon Sep 17 00:00:00 2001 From: "mccabe%netscape.com" Date: Fri, 31 Mar 2000 04:20:00 +0000 Subject: [PATCH] Add JS Console components to the unix and windows build systems. --- 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 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>