From e55bfffc553f45826af02fb93aad6deb2f71d1ab Mon Sep 17 00:00:00 2001 From: "bryner%netscape.com" Date: Mon, 23 Jun 2003 21:30:37 +0000 Subject: [PATCH] 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 --- mozilla/embedding/componentlib/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mozilla/embedding/componentlib/Makefile.in b/mozilla/embedding/componentlib/Makefile.in index 1d186b8eaf3..3fa30140aa0 100644 --- a/mozilla/embedding/componentlib/Makefile.in +++ b/mozilla/embedding/componentlib/Makefile.in @@ -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