Disable building the xpi on mac for now, to try to fix the tinderbox redness.

This commit is contained in:
mvl%exedo.nl 2005-09-09 09:22:34 +00:00
Родитель d016e006b8
Коммит 5d883216dc
1 изменённых файлов: 5 добавлений и 1 удалений

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

@ -42,7 +42,11 @@ VPATH = @srcdir@
include $(DEPTH)/config/autoconf.mk
MODULE = calendar
DIRS = libical resources base providers xpi import-export
DIRS = libical resources base providers import-export
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
DIRS += xpi
endif
include $(topsrcdir)/config/rules.mk