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
This commit is contained in:
timeless%mozdev.org
2005-11-22 22:33:41 +00:00
parent 2868b9ca6b
commit fef435dc25

View File

@@ -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)