From 5c0acfc4e2dd45440099a78c62fe16d4806cdb82 Mon Sep 17 00:00:00 2001 From: "mostafah%oeone.com" Date: Mon, 1 Nov 2004 19:50:18 +0000 Subject: [PATCH] Fixed build bustage based on browser/app/Makefile.in --- calendar/sunbird/app/Makefile.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/calendar/sunbird/app/Makefile.in b/calendar/sunbird/app/Makefile.in index e5a78afad84e..31f406c913c2 100644 --- a/calendar/sunbird/app/Makefile.in +++ b/calendar/sunbird/app/Makefile.in @@ -63,6 +63,8 @@ REQUIRES = \ CPPSRCS = nsCalendarApp.cpp +LOCAL_INCLUDES += -I$(topsrcdir)/toolkit/xre + ifdef BUILD_STATIC_LIBS STATIC_COMPONENTS_LINKER_PATH = -L$(DIST)/lib/components endif