From b90b9a5fa0035a4c90f65a920c72f96666cada4c Mon Sep 17 00:00:00 2001 From: "edburns%acm.org" Date: Mon, 2 Sep 2002 20:33:54 +0000 Subject: [PATCH] Force wc_share to be static git-svn-id: svn://10.0.0.236/trunk@128675 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/java/webclient/src_share/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/java/webclient/src_share/Makefile.in b/mozilla/java/webclient/src_share/Makefile.in index 35bb5b7153e..33b61dcca23 100644 --- a/mozilla/java/webclient/src_share/Makefile.in +++ b/mozilla/java/webclient/src_share/Makefile.in @@ -44,6 +44,9 @@ endif override NO_SHARED_LIB=1 override NO_STATIC_LIB= +# we don't want the shared lib, but we want to force the creation of a static lib. +FORCE_STATIC_LIB = 1 + include $(topsrcdir)/config/rules.mk