Add txtsvc to get find dialog building on win32 and unix

This commit is contained in:
law%netscape.com 1999-04-26 19:46:01 +00:00
parent d9c22277a3
commit f51accb75c
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>