From fef435dc254fb5b15832092f4d77de4c35b33dbc Mon Sep 17 00:00:00 2001 From: "timeless%mozdev.org" Date: Tue, 22 Nov 2005 22:33:41 +0000 Subject: [PATCH] Bug 314518 [BeOS] Static builds Broken due nsSound implementation for Widget:BeO patch by sergei_d r=biesi sr=bsmedberg git-svn-id: svn://10.0.0.236/trunk@185161 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/xpfe/bootstrap/Makefile.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/xpfe/bootstrap/Makefile.in b/mozilla/xpfe/bootstrap/Makefile.in index 8848d6d1759..11bee5e6151 100644 --- a/mozilla/xpfe/bootstrap/Makefile.in +++ b/mozilla/xpfe/bootstrap/Makefile.in @@ -217,6 +217,9 @@ ifeq ($(MOZ_WIDGET_TOOLKIT),beos) BEOS_PROGRAM_RESOURCE = $(srcdir)/apprunner-beos.rsrc CPPSRCS += nsNativeAppSupportBeOS.cpp CPPSRCS += nsNativeAppSupportBase.cpp +ifdef BUILD_STATIC_LIBS +OS_LIBS += -ltracker -lgame +endif endif ifeq ($(MOZ_WIDGET_TOOLKIT),photon)