mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 785118 - use PARALLEL_DIRS in netwerk/; r=glandium
This commit is contained in:
parent
2d8138a241
commit
7e1f8b0145
@ -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
|
||||
|
@ -33,3 +33,5 @@ CPPSRCS = \
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -DIMPL_NS_NET
|
||||
|
||||
XPIDL_FLAGS += -I$(topsrcdir)/netwerk/base/public
|
||||
|
@ -37,3 +37,5 @@ LOCAL_INCLUDES = \
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -DIMPL_NS_NET
|
||||
|
||||
XPIDL_FLAGS += -I$(topsrcdir)/netwerk/base/public
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -33,3 +33,5 @@ LOCAL_INCLUDES = \
|
||||
$(NULL)
|
||||
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
XPIDL_FLAGS += -I$(topsrcdir)/netwerk/base/public
|
||||
|
@ -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
|
||||
|
@ -32,3 +32,5 @@ endif
|
||||
include $(topsrcdir)/config/rules.mk
|
||||
|
||||
DEFINES += -DIMPL_NS_NET
|
||||
|
||||
XPIDL_FLAGS += -I$(topsrcdir)/netwerk/base/public
|
||||
|
Loading…
Reference in New Issue
Block a user