diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-04 18:20:03 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-04 18:37:01 +0200 |
commit | e71cb4100d6926db0137965550cc8bb3beef663b (patch) | |
tree | 3cca7479d31c4957e4b95acdb7d66100f38091c1 | |
parent | b83057f6a8fd6fd3bf547d3b725f3031e9974b12 (diff) |
update list of gbuildified modules
-rw-r--r-- | RepositoryModule_ooo.mk | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/RepositoryModule_ooo.mk b/RepositoryModule_ooo.mk index 2b05f31118b3..e8b5533e26bf 100644 --- a/RepositoryModule_ooo.mk +++ b/RepositoryModule_ooo.mk @@ -31,9 +31,13 @@ $(eval $(call gb_Module_Module,ooo)) $(eval $(call gb_Module_add_moduledirs,ooo,\ animations \ basctl \ + basebmp \ + basegfx \ basic \ + canvas \ chart2 \ comphelper \ + cppcanvas \ cui \ dbaccess \ drawinglayer \ @@ -43,12 +47,19 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\ formula \ framework \ hwpfilter \ + i18nutil \ + idl \ + linguistic \ lotuswordpro \ + o3tl \ offapi \ oovbaapi \ oox \ padmin \ - salhelper \ + psprint_config \ + regexp \ + reportdesign \ + sax \ sc \ scaddins \ sccomp \ @@ -56,25 +67,30 @@ $(eval $(call gb_Module_add_moduledirs,ooo,\ sfx2 \ slideshow \ sot \ + starmath \ svl \ svtools \ svx \ sw \ toolkit \ tools \ + ucbhelper \ udkapi \ unotools \ unoxml \ - xmloff \ vbahelper \ + vcl \ + wizards \ writerfilter \ writerperfect \ + xmloff \ + xmlreader \ + xmlscript \ )) # these have only migrated subsequentcheck for now $(eval $(call gb_Module_add_moduledirs,ooo,\ configmgr \ - linguistic \ qadevOOo \ sal \ ucb \ |