Work even when --disable-static is configured on

git-svn-id: svn://10.0.0.236/trunk@26165 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
kipp%netscape.com 1999-04-03 19:48:02 +00:00
parent 87f74ddb84
commit 3a72dd66df

View File

@ -58,5 +58,10 @@ EXTRA_DSO_LDOPTS = \
include $(topsrcdir)/config/config.mk
include $(topsrcdir)/config/rules.mk
MKSHLIB :=
# we don't want the shared lib, but we want to force the creation of a static lib.
override NO_SHARED_LIB=1
override NO_STATIC_LIB=
include $(topsrcdir)/config/rules.mk