not part of build, nsNodeSet is not part of transformiix standalone. sorry.

This commit is contained in:
axel%pike.org 2005-11-02 07:35:46 +00:00
parent cab490be6d
commit b073bd5bad

View File

@ -45,7 +45,6 @@ CPPSRCS = AdditiveExpr.cpp \
MultiplicativeExpr.cpp \
NodeSet.cpp \
NodeSetFunctionCall.cpp \
nsNodeSet.cpp \
NumberExpr.cpp \
NumberFunctionCall.cpp \
NumberResult.cpp \
@ -63,7 +62,8 @@ CPPSRCS = AdditiveExpr.cpp \
WildCardExpr.cpp \
XPathNames.cpp
ifdef MOZ_XSL
CPPSRCS += XPathProcessor.cpp
CPPSRCS += XPathProcessor.cpp \
nsNodeSet.cpp
endif
include $(topsrcdir)/config/rules.mk