Added xpcom dependency.

git-svn-id: svn://10.0.0.236/trunk@8956 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
warren%netscape.com 1998-09-01 03:30:59 +00:00
parent 2f90c9532f
commit d3527a8a0b
2 changed files with 2 additions and 2 deletions

View File

@ -52,7 +52,7 @@ CSRCS = bullet.c \
laytrav.c \
$(NULL)
REQUIRES = parse style js layer applet nspr security dbm img util jtools edtplug java hook pref libfont lay rdf network htmldlgs privacy mocha ojiimpl
REQUIRES = parse style js layer applet nspr security dbm img util jtools edtplug java hook pref libfont lay rdf network htmldlgs privacy mocha oji ojiimpl xpcom
ifdef DOM
REQUIRES += dom

View File

@ -57,7 +57,7 @@ CSRCS = bullet.c \
laytrav.c \
$(NULL)
REQUIRES = parse style js layer applet nspr security dbm img util jtools edtplug java hook pref libfont lay rdf network htmldlgs privacy ojiimpl
REQUIRES = parse style js layer applet nspr security dbm img util jtools edtplug java hook pref libfont lay rdf network htmldlgs privacy oji ojiimpl xpcom
include $(topsrcdir)/config/config.mk