From f210dfaae70dab7810063eb5f70e77f501c1e5cb Mon Sep 17 00:00:00 2001 From: "ted.mielczarek%gmail.com" Date: Thu, 12 Apr 2007 16:48:15 +0000 Subject: [PATCH] more bustage fix --- toolkit/airbag/test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toolkit/airbag/test/Makefile.in b/toolkit/airbag/test/Makefile.in index e5eaa56dba1..47547e7c881 100644 --- a/toolkit/airbag/test/Makefile.in +++ b/toolkit/airbag/test/Makefile.in @@ -66,7 +66,7 @@ include $(topsrcdir)/config/rules.mk ifeq ($(OS_ARCH),WINNT) LIBS += \ - $(DEPTH)/toolkit/airbag/airbag/src/client/windows/handler/$(LIB_PREFIX)exception_handler.$(LIB_SUFFIX) \ + $(DEPTH)/toolkit/airbag/airbag/src/client/windows/handler/$(LIB_PREFIX)exception_handler_s.$(LIB_SUFFIX) \ $(DEPTH)/toolkit/airbag/airbag/src/common/windows/$(LIB_PREFIX)airbag_common_s.$(LIB_SUFFIX) LIBS += $(call expand_libname shell32) endif