From f76447a07f554cebc1bfcefcc0e37847d2cbbd64 Mon Sep 17 00:00:00 2001 From: "kin%netscape.com" Date: Thu, 17 Dec 1998 15:53:55 +0000 Subject: [PATCH] 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 --- mozilla/editor/Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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