Bug 785118 - use PARALLEL_DIRS in netwerk/; r=glandium

This commit is contained in:
Nathan Froyd 2012-08-23 12:54:51 -04:00
parent be2e552065
commit 80b746b988
8 changed files with 30 additions and 17 deletions

View File

@ -12,27 +12,26 @@ include $(DEPTH)/config/autoconf.mk
MODULE = necko
DIRS = \
base \
cookie \
dns \
socket \
mime \
streamconv \
cache \
protocol \
system \
ipc \
$(NULL)
PARALLEL_DIRS = \
base \
cookie \
dns \
socket \
mime \
streamconv \
cache \
protocol \
system \
ipc \
$(NULL)
ifdef NECKO_WIFI
DIRS += wifi
PARALLEL_DIRS += wifi
endif
DIRS += \
build \
locales \
$(NULL)
PARALLEL_DIRS += locales
DIRS = build
ifdef ENABLE_TESTS
TOOL_DIRS += test

View File

@ -33,3 +33,5 @@ CPPSRCS = \
include $(topsrcdir)/config/rules.mk
DEFINES += -DIMPL_NS_NET
XPIDL_FLAGS += -I$(topsrcdir)/netwerk/base/public

View File

@ -37,3 +37,5 @@ LOCAL_INCLUDES = \
include $(topsrcdir)/config/rules.mk
DEFINES += -DIMPL_NS_NET
XPIDL_FLAGS += -I$(topsrcdir)/netwerk/base/public

View File

@ -98,3 +98,5 @@ include $(topsrcdir)/ipc/chromium/chromium-config.mk
include $(topsrcdir)/config/rules.mk
DEFINES += -DIMPL_NS_NET
XPIDL_FLAGS += -I$(topsrcdir)/netwerk/base/public

View File

@ -36,3 +36,5 @@ include $(topsrcdir)/ipc/chromium/chromium-config.mk
include $(topsrcdir)/config/rules.mk
DEFINES += -DIMPL_NS_NET
XPIDL_FLAGS += -I$(topsrcdir)/netwerk/base/public

View File

@ -33,3 +33,5 @@ LOCAL_INCLUDES = \
$(NULL)
include $(topsrcdir)/config/rules.mk
XPIDL_FLAGS += -I$(topsrcdir)/netwerk/base/public

View File

@ -45,3 +45,5 @@ include $(topsrcdir)/ipc/chromium/chromium-config.mk
include $(topsrcdir)/config/rules.mk
DEFINES += -DIMPL_NS_NET
XPIDL_FLAGS += -I$(topsrcdir)/netwerk/base/public

View File

@ -32,3 +32,5 @@ endif
include $(topsrcdir)/config/rules.mk
DEFINES += -DIMPL_NS_NET
XPIDL_FLAGS += -I$(topsrcdir)/netwerk/base/public