Fix build bustage when --disable-editor is used.

Approved by chofmann@netscape.com and leaf@mozilla.org.
This commit is contained in:
kin%netscape.com 1999-05-19 20:26:51 +00:00
Родитель b41cf27c0b
Коммит 38d429e85f
2 изменённых файлов: 10 добавлений и 8 удалений

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

@ -84,6 +84,13 @@ dom/src/jsurl/Makefile
dom/tools/Makefile
editor/Makefile
editor/public/Makefile
editor/txmgr/Makefile
editor/txmgr/public/Makefile
editor/txmgr/src/Makefile
editor/txmgr/tests/Makefile
editor/txtsvc/Makefile
editor/txtsvc/public/Makefile
editor/txtsvc/src/Makefile
expat/Makefile
expat/xmlparse/Makefile
expat/xmltok/Makefile
@ -421,13 +428,6 @@ END_NGMAKEFILES
if [ "$MOZ_EDITOR" ]; then
add_makefiles <<END_EDITOR_MAKEFILES
editor/base/Makefile
editor/txmgr/Makefile
editor/txmgr/public/Makefile
editor/txmgr/src/Makefile
editor/txmgr/tests/Makefile
editor/txtsvc/Makefile
editor/txtsvc/public/Makefile
editor/txtsvc/src/Makefile
editor/guimgr/Makefile
editor/guimgr/src/Makefile
editor/guimgr/public/Makefile

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

@ -25,9 +25,11 @@ include $(DEPTH)/config/autoconf.mk
DIRS = public
ifdef MOZ_EDITOR
DIRS += base guimgr txmgr ui txtsvc
DIRS += base guimgr ui
endif
DIRS += txmgr txtsvc
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk