diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-06-17 03:04:47 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-06-17 03:04:47 +0300 |
commit | afdd56e37fbefbdfd8e672dfa0040e70d7819c0e (patch) | |
tree | 0a35d0ff65fbf3fbe5357ee32400549fc5d03807 /Makefile.in | |
parent | 5c4d54740e41073d36c2b3d6131ef99d598dbd89 (diff) |
Add lucene, berkeleydb and l10ntools to cross-build-toolset, sigh
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index adce852a6e81..c52725dfb51a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -31,6 +31,7 @@ cross-build-toolset: external \ cppunit \ xml2cmp \ + lucene \ sal \ cosv \ udm \ @@ -63,6 +64,7 @@ cross-build-toolset: GBUILD:comphelper \ jvmfwk \ regexp \ + berkeleydb \ sax \ stoc \ i18npool \ @@ -73,6 +75,7 @@ cross-build-toolset: basegfx \ GBUILD:tools \ idl \ + l10ntools \ rsc \ setup_native \ icc; do \ |