mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
If we are not already building xmlextras, make sure to build it here.
r=pavlov. (Wanted: explicit extension-dependency system.)
This commit is contained in:
parent
ac57e65f73
commit
a6edb973e3
@ -45,7 +45,11 @@ VPATH = @srcdir@
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
MODULE = webdav
|
||||
DIRS = public src
|
||||
DIRS =
|
||||
ifeq (,$(filter xmlextras,$(MOZ_EXTENSIONS)))
|
||||
DIRS += ../xmlextras
|
||||
endif
|
||||
DIRS += public src
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user