Bug 418032 - Don't build an interface to a disabled crashreporter, r=ted, a=schrep

This commit is contained in:
philringnalda@gmail.com 2008-02-19 22:47:54 -08:00
parent 130936f242
commit ffa870960e

View File

@ -49,7 +49,10 @@ XPIDLSRCS = \
nsIXULAppInfo.idl \
nsIGConfService.idl \
nsIGnomeVFSService.idl \
nsICrashReporter.idl \
$(NULL)
ifdef MOZ_CRASHREPORTER
XPIDLSRCS += nsICrashReporter.idl
endif
include $(topsrcdir)/config/rules.mk