Bug #388878 --> add a missing MOZILLA_OFFICIAL to Makefile.in. this should turn on breakpad for the release builds.

sr=bienvenu
This commit is contained in:
scott%scott-macgregor.org 2007-07-24 01:20:29 +00:00
Родитель 25fc7a1231
Коммит 0b180484f1
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -193,6 +193,10 @@ endif
include $(topsrcdir)/config/rules.mk
ifdef MOZILLA_OFFICIAL
DEFINES += -DMOZILLA_OFFICIAL
endif
ifdef BUILD_STATIC_LIBS
include $(topsrcdir)/config/static-rules.mk