bug 561451 - Build alerts service on android r=vlad

This commit is contained in:
Michael Wu 2010-05-11 13:27:36 -04:00
Родитель 942b66b561
Коммит d13d2a369c
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -45,7 +45,7 @@ include $(DEPTH)/config/autoconf.mk
DIRS = public
ifneq (,$(filter $(MOZ_WIDGET_TOOLKIT),windows gtk2))
ifneq (,$(filter $(MOZ_WIDGET_TOOLKIT),windows gtk2 android))
DIRS += src
endif

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

@ -50,7 +50,7 @@ IS_COMPONENT = 1
MODULE_NAME = nsToolkitCompsModule
LIBXUL_LIBRARY = 1
ifneq (,$(filter $(MOZ_WIDGET_TOOLKIT),windows gtk2))
ifneq (,$(filter $(MOZ_WIDGET_TOOLKIT),windows gtk2 android))
ALERTS_SERVICE=1
DEFINES += -DALERTS_SERVICE
endif