Bug 314518 [BeOS] Static builds Broken due nsSound implementation for Widget:BeO

patch by sergei_d r=biesi sr=bsmedberg
This commit is contained in:
timeless%mozdev.org 2005-11-22 22:33:41 +00:00
parent dd0843c126
commit 7a104f1a4d

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)