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

This commit is contained in:
bryner%netscape.com 2003-06-23 21:30:37 +00:00
parent ea12fb91ed
commit d41a66409d

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