summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorramiro%netscape.com <devnull@localhost>1998-12-15 07:37:23 +0000
committerramiro%netscape.com <devnull@localhost>1998-12-15 07:37:23 +0000
commit8d2238981ed7673f34559b3f73ff49508b99f6d9 (patch)
treec91975fd9144b6f8582ba937c2934ff32917bee4
parent0831f4e6aebf303606524bdf94d035175e44ab0b (diff)
downloadnss-hg-8d2238981ed7673f34559b3f73ff49508b99f6d9.tar.gz
Rename 'libdbm' to 'libmozdbm' and 'libutil' to 'libmozutil.RDF_122898_BASE
This will fix the problem many people are reporting wrt conflicts with system libraries that have the same names.
-rw-r--r--dbm/src/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/dbm/src/Makefile.in b/dbm/src/Makefile.in
index b5132f453..fbf6e9d6f 100644
--- a/dbm/src/Makefile.in
+++ b/dbm/src/Makefile.in
@@ -25,7 +25,7 @@ CSRCS = db.c \
nsres.c \
$(NULL)
-LIBRARY_NAME = dbm
+LIBRARY_NAME = mozdbm
include $(topsrcdir)/config/rules.mk