diff options
author | Jesús Corrius <jesus@softcatala.org> | 2011-06-24 13:54:09 +0200 |
---|---|---|
committer | Jesús Corrius <jesus@softcatala.org> | 2011-06-24 13:54:09 +0200 |
commit | 715954b80b053c5056ed2a84856d2b31362571e4 (patch) | |
tree | 5642fb1471fa31b02ec3222d0f2cc1dbcef23a1a /Makefile.in | |
parent | 7a139dfc2e57364b5cc8caa5e2a0473a4cecef33 (diff) |
additional native modules needed for crosscompile
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index fd7131a4eaf7..630b0e95d3d5 100644 --- a/Makefile.in +++ b/Makefile.in @@ -79,7 +79,9 @@ cross-build-toolset: setup_native \ icc \ unoil \ - javaunohelper; do \ + javaunohelper \ + unotools \ + xmlhelp; do \ if grep -q gb_Module_add_targets $$D/Module_$$D.mk 2>/dev/null; then \ (cd $$D && make -sr -j@BUILD_MAX_JOBS@) \ else \ |