From 1a5ca5b2e8eb8dc68760bd6f80450b2f4df9a1b1 Mon Sep 17 00:00:00 2001 From: "thayes%netscape.com" Date: Tue, 2 May 2000 00:38:11 +0000 Subject: [PATCH] Copy nspr libraries into platform build directory to allow running without library path setup. --- security/psm/server/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/security/psm/server/Makefile b/security/psm/server/Makefile index 967d5a27517a..41e6c7c5d0da 100644 --- a/security/psm/server/Makefile +++ b/security/psm/server/Makefile @@ -254,6 +254,7 @@ install:: $(NSINSTALL) -m 644 ../doc/*.gif ../doc/*.html ../doc/*.htm $(PLATFORM)/doc $(NSINSTALL) -m 644 $(XPCOM_LIBS) $(PLATFORM) $(NSINSTALL) -m 644 $(I18N_COMPONENTS) $(PLATFORM)/components + $(NSINSTALL) -m 644 $(NSPR_LIBS) $(PLATFORM) ifneq ($(OS_ARCH), WINNT) $(NSINSTALL) -m 775 start-psm $(PLATFORM) endif