alecf's checkon on 12/2 (test.cpp) started use of accountmanager which requires

libmsgbaseutil so we need to link it in

r= alecf
This commit is contained in:
jdunn%netscape.com 1999-12-06 22:04:24 +00:00
parent 5532fe2192
commit 1fa56e3ef1
3 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,7 @@ LIBS = \
-lxpcom \
-lmozjs \
-lraptorgfx \
-lmsgbaseutil \
$(NULL)

View File

@ -35,6 +35,7 @@ LIBS = \
-lraptorgfx \
-lxpcom \
-lmozjs \
-lmsgbaseutil \
$(NSPR_LIBS) \
$(NULL)

View File

@ -34,6 +34,7 @@ LIBS = \
$(MOZ_TIMER_LIBS) \
-lxpcom \
-lmozjs \
-lmsgbaseutil \
$(NSPR_LIBS) \
$(NULL)