From ffdb7847146dd2dbd37aeb3d8e232fc047d192d7 Mon Sep 17 00:00:00 2001 From: "briano%netscape.com" Date: Sun, 16 Jan 2000 22:52:57 +0000 Subject: [PATCH] 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 --- mozilla/xpcom/tests/services/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/xpcom/tests/services/Makefile.in b/mozilla/xpcom/tests/services/Makefile.in index cb327d5099c..298df950d49 100644 --- a/mozilla/xpcom/tests/services/Makefile.in +++ b/mozilla/xpcom/tests/services/Makefile.in @@ -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