зеркало из https://github.com/mozilla/pjs.git
Followup to Bug 541884: Fix --disable-smil build bustage by moving SVGViewBoxSMILType.cpp within Makefile
This commit is contained in:
Родитель
b34470570a
Коммит
5f7cf63e45
|
@ -120,7 +120,6 @@ CPPSRCS = \
|
|||
nsSVGUseElement.cpp \
|
||||
nsSVGValue.cpp \
|
||||
nsSVGViewBox.cpp \
|
||||
SVGViewBoxSMILType.cpp \
|
||||
$(NULL)
|
||||
|
||||
ifdef MOZ_SMIL
|
||||
|
@ -131,6 +130,7 @@ CPPSRCS += nsSVGAnimateElement.cpp \
|
|||
nsSVGTransformSMILType.cpp \
|
||||
nsSVGTransformSMILAttr.cpp \
|
||||
SVGOrientSMILType.cpp \
|
||||
SVGViewBoxSMILType.cpp \
|
||||
$(NULL)
|
||||
endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче