Fixing potential bustage in access-builtin, inspector, and transformiix (adding REQUIRES, adding newlines, etc.) so they can be added to --with-extensions=all. r=cls@seawood.org sr=hewitt@netscape.com b=75924

This commit is contained in:
dbaron%fas.harvard.edu 2005-11-02 07:36:07 +00:00
Родитель 56a93c4aae
Коммит fdb32e5c36
4 изменённых файлов: 24 добавлений и 4 удалений

Просмотреть файл

@ -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)
install:: $(OBJS)

Просмотреть файл

@ -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)
install:: $(OBJS)

Просмотреть файл

@ -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)
install:: $(OBJS)

Просмотреть файл

@ -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)
install:: $(OBJS)