Replaced MOZ_COMPONENT_XPCOM_LIBS with MOZ_COMPONENT_LIBS so we pick up the NSPR libs as well. Fixes a couple of ignored platform Tinderbox builds.

git-svn-id: svn://10.0.0.236/trunk@57975 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
briano%netscape.com 2000-01-16 22:52:57 +00:00
parent 510956bf63
commit ffdb784714

View File

@ -32,7 +32,7 @@ CPPSRCS = MyService.cpp
LOCAL_INCLUDES = -I$(srcdir)/..
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_XPCOM_LIBS)
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS)
include $(topsrcdir)/config/rules.mk