From 187d3e7a0a29c2d917127017845d7bd051a41899 Mon Sep 17 00:00:00 2001 From: "dp%netscape.com" Date: Wed, 26 May 1999 06:36:34 +0000 Subject: [PATCH] Adding NSPR_LIB git-svn-id: svn://10.0.0.236/trunk@32662 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpcom/typelib/xpt/tests/Makefile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/mozilla/xpcom/typelib/xpt/tests/Makefile.in b/mozilla/xpcom/typelib/xpt/tests/Makefile.in index 40c5223324a..52f4fac1f9b 100644 --- a/mozilla/xpcom/typelib/xpt/tests/Makefile.in +++ b/mozilla/xpcom/typelib/xpt/tests/Makefile.in @@ -30,6 +30,7 @@ CSRCS = PrimitiveTest.c SimpleTypeLib.c LIBS = \ -L$(DIST)/bin \ -lxpcom \ + $(NSPR_LIBS) \ $(NULL) include $(topsrcdir)/config/rules.mk