mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 02:57:38 +00:00
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:
parent
5532fe2192
commit
1fa56e3ef1
@ -36,6 +36,7 @@ LIBS = \
|
||||
-lxpcom \
|
||||
-lmozjs \
|
||||
-lraptorgfx \
|
||||
-lmsgbaseutil \
|
||||
$(NULL)
|
||||
|
||||
|
||||
|
@ -35,6 +35,7 @@ LIBS = \
|
||||
-lraptorgfx \
|
||||
-lxpcom \
|
||||
-lmozjs \
|
||||
-lmsgbaseutil \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
|
@ -34,6 +34,7 @@ LIBS = \
|
||||
$(MOZ_TIMER_LIBS) \
|
||||
-lxpcom \
|
||||
-lmozjs \
|
||||
-lmsgbaseutil \
|
||||
$(NSPR_LIBS) \
|
||||
$(NULL)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user