summaryrefslogtreecommitdiff
path: root/security/nss/lib/freebl/config.mk
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2003-01-30 07:00:32 +0000
committerwtc%netscape.com <devnull@localhost>2003-01-30 07:00:32 +0000
commit4356a24060f1afccc2903da7363a43de548dc32a (patch)
tree5a601b6a6393b2acfeeb5796e4d833bce755c777 /security/nss/lib/freebl/config.mk
parent14098971e69e04ed2ef245f1dbcce114ade94c4f (diff)
downloadnss-hg-4356a24060f1afccc2903da7363a43de548dc32a.tar.gz
Bug 177387: temporarily added freebl_GetLibraryFilePathname to libfreebl.a.
This function has the same semantics as the NSPR 4.3 function PR_GetLibraryFilePathname. This patch should be backed out when NSPR 4.3 is released. Modified Files: config.mk manifest.mn Added Files: libpath.c
Diffstat (limited to 'security/nss/lib/freebl/config.mk')
-rw-r--r--security/nss/lib/freebl/config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/lib/freebl/config.mk b/security/nss/lib/freebl/config.mk
index 6bae7893b..51a4482f5 100644
--- a/security/nss/lib/freebl/config.mk
+++ b/security/nss/lib/freebl/config.mk
@@ -55,7 +55,7 @@ ifdef FREEBL_EXTENDED_BUILD
# To build libfreebl.a with just loader.c, we must now override many
# of the make variables setup by the prior inclusion of CORECONF's config.mk
-CSRCS = loader.c sysrand.c
+CSRCS = loader.c sysrand.c libpath.c
SIMPLE_OBJS = $(CSRCS:.c=$(OBJ_SUFFIX))
OBJS = $(addprefix $(OBJDIR)/$(PROG_PREFIX), $(SIMPLE_OBJS))
ALL_TRASH := $(TARGETS) $(OBJS) $(OBJDIR) LOGS TAGS $(GARBAGE) \