summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbm/tests/Makefile.in6
1 files changed, 4 insertions, 2 deletions
diff --git a/dbm/tests/Makefile.in b/dbm/tests/Makefile.in
index a2cb8cf88..8e453ad7b 100644
--- a/dbm/tests/Makefile.in
+++ b/dbm/tests/Makefile.in
@@ -27,11 +27,13 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = dbm
-PROGRAM = lots
+PROGRAM = lots$(BIN_SUFFIX)
CSRCS = lots.c
-LIBS = -lmozdbm_s
+EXTRA_DSO_LIBS = mozdbm_s
+
+LIBS = $(EXTRA_DSO_LIBS)
include $(topsrcdir)/config/rules.mk