Add -ltracker for BeOS. Bug 210217, patch by sergei_d@fi.tartu.ee, r=bryner. Not part of the normal build.

git-svn-id: svn://10.0.0.236/trunk@144067 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bryner%netscape.com
2003-06-23 21:30:37 +00:00
parent 0040dad71e
commit e55bfffc55

View File

@@ -136,6 +136,10 @@ ifeq ($(OS_ARCH),WINNT)
OS_LIBS += ole32.lib shell32.lib
endif
ifeq ($(OS_ARCH),BeOS)
OS_LIBS += -ltracker
endif
GARBAGE += $(CPPSRCS)
ifdef _NO_AUTO_VARS