summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorramiro%netscape.com <devnull@localhost>1999-08-31 14:31:35 +0000
committerramiro%netscape.com <devnull@localhost>1999-08-31 14:31:35 +0000
commit352b178205da57eed00af88557708cc56b949fa3 (patch)
tree2b0063255ca74dc6dbdfe4e77e11907fb9c105ae
parent2467a8ba98799f23646286b4348dc1b5d93b1929 (diff)
downloadnss-hg-352b178205da57eed00af88557708cc56b949fa3.tar.gz
Cleanup linkin of mozdbm.
-rw-r--r--dbm/src/Makefile.in7
-rw-r--r--dbm/tests/Makefile.in2
2 files changed, 6 insertions, 3 deletions
diff --git a/dbm/src/Makefile.in b/dbm/src/Makefile.in
index 26e76b014..a6a487d13 100644
--- a/dbm/src/Makefile.in
+++ b/dbm/src/Makefile.in
@@ -22,8 +22,7 @@ srcdir = @srcdir@
include $(DEPTH)/config/autoconf.mk
-MODULE = dbm
-LIBRARY_NAME = mozdbm
+LIBRARY_NAME = mozdbm_s
LIB_IS_C_ONLY = 1
@@ -45,6 +44,10 @@ CSRCS = db.c \
LOCAL_INCLUDES = -I$(srcdir)/../include
+MKSHLIB :=
+override NO_SHARED_LIB=1
+override NO_STATIC_LIB=
+
include $(topsrcdir)/config/rules.mk
DEFINES += -DMEMMOVE -D__DBINTERFACE_PRIVATE $(SECURITY_FLAG)
diff --git a/dbm/tests/Makefile.in b/dbm/tests/Makefile.in
index 2d8b5a44a..e86865b0f 100644
--- a/dbm/tests/Makefile.in
+++ b/dbm/tests/Makefile.in
@@ -28,7 +28,7 @@ PROGRAM = lots
CSRCS = lots.c
-LIBS = -lmozdbm
+LIBS = -lmozdbm_s
include $(topsrcdir)/config/rules.mk