From 36e61368f9aee125e6afaa84c5295cbdc9b49240 Mon Sep 17 00:00:00 2001 From: "ddrinan%netscape.com" Date: Fri, 15 Sep 2000 01:28:23 +0000 Subject: [PATCH] Add XPCOM, NSPR and i18n back into xpi files --- security/psm/server/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/security/psm/server/Makefile b/security/psm/server/Makefile index 4a5000c79c23..065e5c5efd45 100644 --- a/security/psm/server/Makefile +++ b/security/psm/server/Makefile @@ -306,6 +306,9 @@ patch: $(PROGRAM) build_xpi: $(PROGRAM) $(NSINSTALL) -m 644 ../ui/$(PLATFORM)/psm*.properties xpi/psm/psmdata/ui $(NSINSTALL) -m 644 ../doc/*.gif ../doc/*.html ../doc/*.htm xpi/psm/psmdata/doc + $(NSINSTALL) -m 644 $(XPCOM_LIBS) xpi/psm + $(NSINSTALL) -m 644 $(I18N_COMPONENTS) xpi/psm/components + $(NSINSTALL) -m 644 $(NSPR_LIBS) xpi/psm ifneq ($(OS_ARCH), WINNT) $(NSINSTALL) -m 775 start-psm xpi/psm endif