From dda3b9926544cd1128f6a068f3d9bd11055458ee Mon Sep 17 00:00:00 2001 From: "rods%netscape.com" Date: Tue, 26 Jan 1999 16:01:30 +0000 Subject: [PATCH] Added appshell bootstrap and browser directories to build --- xpfe/Makefile.in | 2 +- xpfe/makefile.win | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/xpfe/Makefile.in b/xpfe/Makefile.in index 76755d5fd496..fc80ccdf10cf 100644 --- a/xpfe/Makefile.in +++ b/xpfe/Makefile.in @@ -22,7 +22,7 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk -DIRS = appshell bootstrap +DIRS = appshell bootstrap browser include $(topsrcdir)/config/config.mk diff --git a/xpfe/makefile.win b/xpfe/makefile.win index db11c083f8f5..ba41678585a6 100644 --- a/xpfe/makefile.win +++ b/xpfe/makefile.win @@ -17,6 +17,6 @@ DEPTH=.. -DIRS= +DIRS=bootstrap appshell browser include <$(DEPTH)\layout\config\rules.mak>