diff --git a/mozilla/editor/Makefile.in b/mozilla/editor/Makefile.in index a8fbe4c2a83..07eb205949a 100644 --- a/mozilla/editor/Makefile.in +++ b/mozilla/editor/Makefile.in @@ -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