Another try at disabling the xpi

This commit is contained in:
mvl%exedo.nl 2005-09-09 10:10:26 +00:00
parent 5d883216dc
commit b40b7e6c21

View File

@ -44,7 +44,7 @@ include $(DEPTH)/config/autoconf.mk
MODULE = calendar
DIRS = libical resources base providers import-export
ifneq (,$(filter mac cocoa,$(MOZ_WIDGET_TOOLKIT)))
ifneq ($(OS_ARCH),Darwin)
DIRS += xpi
endif