From a1573c248a06a2069669aee8677bb33a605df06d Mon Sep 17 00:00:00 2001 From: "cmanske%netscape.com" Date: Wed, 30 Jun 1999 20:53:48 +0000 Subject: [PATCH] Removed guimanager from makefiles --- editor/Makefile.in | 2 +- editor/makefile.win | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/editor/Makefile.in b/editor/Makefile.in index cb44deff011..9595aa89d75 100644 --- a/editor/Makefile.in +++ b/editor/Makefile.in @@ -25,7 +25,7 @@ include $(DEPTH)/config/autoconf.mk DIRS = public idl ifdef MOZ_EDITOR -DIRS += base guimgr ui +DIRS += base ui endif DIRS += txmgr txtsvc diff --git a/editor/makefile.win b/editor/makefile.win index 1635328f9ca..2744550bd0c 100644 --- a/editor/makefile.win +++ b/editor/makefile.win @@ -21,7 +21,7 @@ IGNORE_MANIFEST=1 !if defined(DISABLE_EDITOR) DIRS= public idl !else -DIRS= public idl base guimgr txmgr ui txtsvc +DIRS= public idl base txmgr ui txtsvc !endif include <$(DEPTH)\config\rules.mak>