Bustage fix for bug 394974.

This commit is contained in:
reed@reedloden.com 2007-10-22 19:34:02 -07:00
parent 2eda6486b3
commit 0a09370526

View File

@ -135,7 +135,7 @@ EXTRA_DSO_LDOPTS += \
endif
ifeq ($(OS_ARCH),WINNT)
OS_LIBS += $(call EXPAND_LIBNAME, shell32)
OS_LIBS += $(call EXPAND_LIBNAME, shell32 ole32)
endif
ifeq ($(MOZ_WIDGET_TOOLKIT),gtk2)