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.
This commit is contained in:
kin%netscape.com 1998-12-17 15:53:55 +00:00
Родитель 5acf149a4f
Коммит 4afa49a0be
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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