Clean up REQUIRES lines, put content in its own module instead of in layout's, r=cls.

This commit is contained in:
jaggernaut%netscape.com 2005-11-02 07:36:40 +00:00
parent f6995c4ac8
commit 9fae7fb904
3 changed files with 3 additions and 3 deletions

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
ifndef TX_EXE
MODULE = transformiix
REQUIRES = string xpcom dom layout widget
REQUIRES = string xpcom dom layout content widget
endif
DIRS = dom parser util

View File

@ -28,7 +28,7 @@ include $(DEPTH)/config/autoconf.mk
ifndef TX_EXE
MODULE = transformiix
REQUIRES = string xpcom dom layout widget
REQUIRES = string xpcom dom layout content widget
endif
CPPSRCS = AdditiveExpr.cpp \

View File

@ -30,7 +30,7 @@ DIRS = functions util
ifndef TX_EXE
MODULE = transformiix
REQUIRES = string xpcom dom layout widget necko xsl_doc
REQUIRES = string xpcom dom layout content widget necko xsl_doc
endif
CPPSRCS = Names.cpp \