From f51accb75c066a7c09e213befd12234169992517 Mon Sep 17 00:00:00 2001 From: "law%netscape.com" Date: Mon, 26 Apr 1999 19:46:01 +0000 Subject: [PATCH] Add txtsvc to get find dialog building on win32 and unix --- 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 157f6d625c42..6086cb92a7b3 100644 --- a/editor/Makefile.in +++ b/editor/Makefile.in @@ -25,7 +25,7 @@ include $(DEPTH)/config/autoconf.mk DIRS = public ifdef MOZ_EDITOR -DIRS += base guimgr txmgr ui +DIRS += base guimgr txmgr ui txtsvc endif include $(topsrcdir)/config/config.mk diff --git a/editor/makefile.win b/editor/makefile.win index c4e37f9178b6..3a5a5db085d1 100644 --- a/editor/makefile.win +++ b/editor/makefile.win @@ -21,7 +21,7 @@ IGNORE_MANIFEST=1 !if defined(DISABLE_EDITOR) DIRS= public !else -DIRS= public base guimgr txmgr ui +DIRS= public base guimgr txmgr ui txtsvc !endif include <$(DEPTH)\config\rules.mak>