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

git-svn-id: svn://10.0.0.236/trunk@246039 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
philringnalda%gmail.com
2008-02-20 06:47:54 +00:00
parent 737e5e628e
commit e10de180cd

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