From d6654a03842e509a74f35e10ee8c0308526939ad Mon Sep 17 00:00:00 2001 From: "stuart.morgan@alumni.case.edu" Date: Tue, 13 Nov 2007 07:09:11 -0800 Subject: [PATCH] Bug 402294: Pull nsIDownload from toolkit rather than xpfe for Camino. r=mento a1.9=schrep --- toolkit/components/Makefile.in | 1 + xpfe/components/Makefile.in | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/toolkit/components/Makefile.in b/toolkit/components/Makefile.in index 8c34d8b4c8e..909eb695c5b 100644 --- a/toolkit/components/Makefile.in +++ b/toolkit/components/Makefile.in @@ -139,6 +139,7 @@ endif # MOZ_XUL_APP ifeq ($(MOZ_BUILD_APP),camino) DIRS += autocomplete/public +DIRS += downloads/public endif include $(topsrcdir)/config/rules.mk diff --git a/xpfe/components/Makefile.in b/xpfe/components/Makefile.in index f55fdfd307d..aaae4e347cd 100644 --- a/xpfe/components/Makefile.in +++ b/xpfe/components/Makefile.in @@ -87,8 +87,10 @@ ifndef MOZ_XULRUNNER DIRS += \ related \ autocomplete \ - download-manager \ $(NULL) +ifneq ($(MOZ_BUILD_APP),camino) +DIRS += download-manager +endif ifndef MOZ_XUL_APP DIRS += \ console \