Adding NSPR_LIB

This commit is contained in:
dp%netscape.com 1999-05-26 06:36:34 +00:00
parent 8aad0db8b0
commit 70be6895d5

View File

@ -30,6 +30,7 @@ CSRCS = PrimitiveTest.c SimpleTypeLib.c
LIBS = \
-L$(DIST)/bin \
-lxpcom \
$(NSPR_LIBS) \
$(NULL)
include $(topsrcdir)/config/rules.mk