diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-12-17 14:55:08 +0100 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-12-19 10:14:51 +0100 |
commit | 051fdda153d45789c6eb1a0ec32dbd32dfd8a978 (patch) | |
tree | fe93175bc8d9cd33b35007a2c3c705120d0cb98e /Repository.mk | |
parent | 8cf76f19c5bcaebd2e35a62d41e1d0ecd46fd94f (diff) |
cppu: convert to gbuild
Because of unit tests is here custom target where are idl files
processed.
Diffstat (limited to 'Repository.mk')
-rw-r--r-- | Repository.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Repository.mk b/Repository.mk index d2b5c49373ef..15eaeaaaf009 100644 --- a/Repository.mk +++ b/Repository.mk @@ -261,6 +261,7 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_URE, \ )) $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ + affine_uno \ avmediagst \ avmediawin \ collator_data \ @@ -274,6 +275,7 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ localedata_es \ localedata_euro \ localedata_others \ + log_uno \ mcnttype \ neon \ package2 \ @@ -287,6 +289,7 @@ $(eval $(call gb_Helper_register_libraries,PLAINLIBS_OOO, \ ucb \ ucpfile \ unopkgapp \ + unsafe_uno \ xmlsecurity \ xsec_fw \ xsec_xmlsec \ @@ -319,6 +322,7 @@ $(eval $(call gb_Helper_register_libraries,RTLIBS, \ $(eval $(call gb_Helper_register_libraries,RTVERLIBS, \ cppuhelper \ + purpenvhelper \ salhelper \ )) |