Force wc_share to be static

This commit is contained in:
edburns%acm.org 2002-09-02 20:33:54 +00:00
parent 06e0bc6933
commit 11944eda1a

View File

@ -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