Fix build bustage, need lwbrk, and unicharutil libraries.

This commit is contained in:
beard%netscape.com 2002-12-07 01:00:31 +00:00
parent 5d3bd702a3
commit 3fdcb712c3

View File

@ -38,7 +38,7 @@ REQUIRES = xpcom \
msgdb \
mime \
profile \
unicharutil \
lwbrk \
$(NULL)
CPPSRCS = \
@ -49,6 +49,10 @@ EXPORTS = \
nsBayesianFilter.h \
$(NULL)
EXTRA_DSO_LDOPTS += \
$(MOZ_UNICHARUTIL_LIBS) \
$(NULL)
# we don't want the shared lib, but we want to force the creation of a static lib.
FORCE_STATIC_LIB = 1