Force wc_share to be static

git-svn-id: svn://10.0.0.236/trunk@128675 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
edburns%acm.org
2002-09-02 20:33:54 +00:00
parent 4153b176c8
commit b90b9a5fa0

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