Modified file so that txmgr only gets built if MOZ_EDITOR is defined. This fixes

build bustage for people who want to build gecko without pulling the editor
directory.


git-svn-id: svn://10.0.0.236/trunk@16568 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kin%netscape.com
1998-12-17 15:53:55 +00:00
parent 6a3999f05a
commit f76447a07f

View File

@@ -22,10 +22,10 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
DIRS = public txmgr
DIRS = public
ifdef MOZ_EDITOR
DIRS += core guimgr
DIRS += core guimgr txmgr
ifdef ENABLE_TESTS
DIRS += tests