From 77c373f3246506082213c424566b5b14a831cb5a Mon Sep 17 00:00:00 2001 From: "bsmedberg%covad.net" Date: Mon, 4 Apr 2005 20:12:19 +0000 Subject: [PATCH] Bustage fix, bug 280725 --- Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile.in b/Makefile.in index ba917cd1bfd..5d9ce11885e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -249,6 +249,10 @@ ifndef MOZ_XUL_APP tier_50_dirs += themes endif +ifdef MOZ_ENABLE_XREMOTE +tier_50_dirs += widget/src/xremoteclient +endif + ifdef MOZ_XUL_APP tier_50_dirs += toolkit endif