mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-04 04:58:00 +00:00
Make sure we build webdav in lightning, if it's not already in the list
This commit is contained in:
parent
1ffe3434d7
commit
f9f92b367f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user