summaryrefslogtreecommitdiff
path: root/RepositoryExternal.mk
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-05-30 14:51:20 +0200
committerDavid Tardon <dtardon@redhat.com>2012-05-30 14:56:00 +0200
commitfb97224c94a3e8d42b97a92a301253a4245bf931 (patch)
tree01eeaea8d1e93e1ae8d6f4711a55484d1feb024f /RepositoryExternal.mk
parent651d045cddf8fd238999cb3442e87410f1a8e1df (diff)
deliver all used mozilla headers into one dir
This is to avoid problems with too long command lines on Windows. Change-Id: Ifc99bedd37aea7619e002145d4acbb7ec2a14246
Diffstat (limited to 'RepositoryExternal.mk')
-rw-r--r--RepositoryExternal.mk23
1 files changed, 2 insertions, 21 deletions
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 67869be72f18..9edbb290b9ca 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1326,27 +1326,8 @@ $(call gb_LinkTarget_add_defs,$(1),\
$(call gb_LinkTarget_set_include,$(1),\
$$(INCLUDE) \
- $(foreach subdir,\
- addrbook \
- chrome \
- content \
- embed_base \
- intl \
- locale \
- mime \
- mork \
- mozldap \
- msgbase \
- necko \
- nspr \
- pref \
- profile \
- rdf \
- string \
- uconv \
- xpcom \
- xpcom_obsolete \
- ,-I$(OUTDIR_FOR_BUILD)/inc/mozilla/$(subdir)) \
+ -I$(OUTDIR_FOR_BUILD)/inc/mozilla/moz \
+ -I$(OUTDIR_FOR_BUILD)/inc/mozilla/nspr \
)
$(call gb_LinkTarget_use_libraries,$(1),\