diff --git a/content/xslt/src/base/Makefile.in b/content/xslt/src/base/Makefile.in index 8e5ac4d109f5..deddf70cd93e 100644 --- a/content/xslt/src/base/Makefile.in +++ b/content/xslt/src/base/Makefile.in @@ -26,6 +26,11 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk +ifdef MOZ_XSL +MODULE = transformiix +REQUIRES = string xpcom +endif + CPPSRCS = ArrayList.cpp \ DefaultStringComparator.cpp \ Double.cpp \ @@ -48,4 +53,4 @@ else endif include $(topsrcdir)/config/rules.mk -install:: $(OBJS) \ No newline at end of file +install:: $(OBJS) diff --git a/content/xslt/src/xml/Makefile.in b/content/xslt/src/xml/Makefile.in index 2fc57f148e97..7c7383f8fd8f 100644 --- a/content/xslt/src/xml/Makefile.in +++ b/content/xslt/src/xml/Makefile.in @@ -26,6 +26,11 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk +ifdef MOZ_XSL +MODULE = transformiix +REQUIRES = string xpcom dom layout widget +endif + DIRS = dom parser util ifndef MOZ_XSL DIRS += printer @@ -37,4 +42,4 @@ include $(topsrcdir)/config/rules.mk INCLUDES += -I$(srcdir)/../base -I$(srcdir)/dom -install:: $(OBJS) \ No newline at end of file +install:: $(OBJS) diff --git a/content/xslt/src/xpath/Makefile.in b/content/xslt/src/xpath/Makefile.in index 8586ccc2e91d..9b50a25d7c97 100644 --- a/content/xslt/src/xpath/Makefile.in +++ b/content/xslt/src/xpath/Makefile.in @@ -26,6 +26,11 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk +ifdef MOZ_XSL +MODULE = transformiix +REQUIRES = string xpcom dom layout widget caps +endif + CPPSRCS = AdditiveExpr.cpp \ AttributeExpr.cpp \ AttributeValueTemplate.cpp \ @@ -75,4 +80,4 @@ ifdef MOZ_XSL INCLUDES += -I$(srcdir) endif -install:: $(OBJS) \ No newline at end of file +install:: $(OBJS) diff --git a/content/xslt/src/xslt/Makefile.in b/content/xslt/src/xslt/Makefile.in index c5e75467a723..c696413843a9 100644 --- a/content/xslt/src/xslt/Makefile.in +++ b/content/xslt/src/xslt/Makefile.in @@ -28,6 +28,11 @@ include $(DEPTH)/config/autoconf.mk DIRS = functions util +ifdef MOZ_XSL +MODULE = transformiix +REQUIRES = string xpcom dom layout widget necko +endif + CPPSRCS = Names.cpp \ Numbering.cpp \ OutputFormat.cpp \ @@ -43,4 +48,4 @@ INCLUDES += -I$(srcdir) -I$(srcdir)/../base -I$(srcdir)/../net \ -I$(srcdir)/../xml/printer -I$(srcdir)/../xpath -I$(srcdir)/../xslt/util \ -I$(srcdir)/../xslt/functions -install:: $(OBJS) \ No newline at end of file +install:: $(OBJS)