Make sure we build webdav in lightning, if it's not already in the list

This commit is contained in:
shaver%mozilla.org 2005-06-15 13:23:38 +00:00
parent 1ffe3434d7
commit f9f92b367f

View File

@ -44,6 +44,9 @@ include $(DEPTH)/config/autoconf.mk
MODULE = calDavCalendar
ifeq (,$(filter webdav,$(MOZ_EXTENSIONS)))
DIRS = ../../../extensions/webdav
endif
EXTRA_COMPONENTS = calDavCalendar.js
include $(topsrcdir)/config/rules.mk