Adding htmlparser to REQUIRES. Fixing myotonic bustage

git-svn-id: svn://10.0.0.236/trunk@102964 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org 2001-09-15 00:52:51 +00:00
parent 3c7ac0611c
commit b0014b8855

View File

@ -28,7 +28,22 @@ include $(DEPTH)/config/autoconf.mk
MODULE = xmlextras
LIBRARY_NAME = xmlextrasbase_s
REQUIRES = xpcom string dom js gfx layout content widget caps uconv necko docshell xpconnect webbrwsr
REQUIRES = \
xpcom \
string \
dom \
js \
gfx \
layout \
content \
widget \
caps \
uconv \
necko \
docshell \
xpconnect \
webbrwsr \
htmlparser
CPPSRCS = \
nsDOMSerializer.cpp \