If we are not already building xmlextras, make sure to build it here.
r=pavlov. (Wanted: explicit extension-dependency system.) git-svn-id: svn://10.0.0.236/trunk@174197 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
2f8c1dd9db
commit
a308e6889c
@ -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…
x
Reference in New Issue
Block a user