From 22278264d729defa240a09a6166232a00b3667cc Mon Sep 17 00:00:00 2001 From: "bsmedberg%covad.net" Date: Wed, 26 Oct 2005 18:20:03 +0000 Subject: [PATCH] Bug 313894 - Reporter chrome is registered in installed-chrome.txt r=chase --- extensions/reporter/Makefile.in | 4 ++++ extensions/reporter/locales/Makefile.in | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/extensions/reporter/Makefile.in b/extensions/reporter/Makefile.in index 4c3eca7a4d6d..d2b8a448efdb 100644 --- a/extensions/reporter/Makefile.in +++ b/extensions/reporter/Makefile.in @@ -44,6 +44,10 @@ VPATH = @srcdir@ include $(DEPTH)/config/autoconf.mk +ifdef MOZ_XUL_APP +NO_JAR_AUTO_REG = 1 +endif + ifdef BUILD_ALL_LOCALES ALL_LOCALES = \ en-US \ diff --git a/extensions/reporter/locales/Makefile.in b/extensions/reporter/locales/Makefile.in index 45825fe4113f..3cb98cff21f3 100644 --- a/extensions/reporter/locales/Makefile.in +++ b/extensions/reporter/locales/Makefile.in @@ -42,6 +42,10 @@ relativesrcdir = extensions/reporter/locales include $(DEPTH)/config/autoconf.mk +ifdef MOZ_XUL_APP +NO_JAR_AUTO_REG = 1 +endif + DEFINES += -DAB_CD=$(AB_CD) include $(topsrcdir)/config/rules.mk