Do not force static lib only for mozmng for OS/2. This behavior matches the other imglibs and should fix tinderbox bustage.

git-svn-id: svn://10.0.0.236/trunk@89245 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2001-03-10 12:44:24 +00:00
parent 5bd13e49c4
commit e27d9eb6e4

View File

@@ -58,8 +58,10 @@ EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
LOCAL_INCLUDES = -I$(srcdir)
ifneq ($(MOZ_WIDGET_TOOLKIT),os2)
override NO_SHARED_LIB=1
override NO_STATIC_LIB=
endif
include $(topsrcdir)/config/rules.mk