Bug 313894 - Reporter chrome is registered in installed-chrome.txt r=chase

This commit is contained in:
bsmedberg%covad.net 2005-10-26 18:20:03 +00:00
parent 80dfac6a51
commit 22278264d7
2 changed files with 8 additions and 0 deletions

View File

@ -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 \

View File

@ -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