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-20 06:47:54 +00:00
Родитель 647b46f3f1
Коммит d69287ba5a
1 изменённых файлов: 4 добавлений и 1 удалений

Просмотреть файл

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