Fix for OS/2 bustage

git-svn-id: svn://10.0.0.236/trunk@78331 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
cls%seawood.org
2000-09-07 03:37:45 +00:00
parent 5cd746d35d
commit c37e9fc0d6
2 changed files with 10 additions and 0 deletions

View File

@@ -127,6 +127,11 @@ EXPORTS = \
EXPORTS := $(addprefix $(srcdir)/, $(EXPORTS))
ifeq ($(MOZ_WIDGET_TOOLKIT),os2)
EXTRA_DSO_LDOPTS += $(EXTRA_DSO_LIBS)
endif
EXTRA_DSO_LDOPTS += $(MOZ_COMPONENT_LIBS)
include $(topsrcdir)/config/rules.mk