diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-13 23:45:41 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2012-06-15 19:32:30 -0500 |
commit | a3c2d619c2e13f547e50c4073b24e55dfa96f8d2 (patch) | |
tree | cf480ab5057cbcf0ab11a637e8ecc5e8863f5aa7 /starmath | |
parent | d7a4c3cbd866292889f4895f2f6528fccb1b7597 (diff) |
convert i18npool to gbuild
Cherry picked from 2674376ddff9370988fe1fcad0ec519d1e68e869
Change-Id: I882f6b516f617f37f2b966cb2e8c78718895e305
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/CppunitTest_starmath_qa_cppunit.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/starmath/CppunitTest_starmath_qa_cppunit.mk b/starmath/CppunitTest_starmath_qa_cppunit.mk index 78440f8c7c1f..e8cbc6dff101 100644 --- a/starmath/CppunitTest_starmath_qa_cppunit.mk +++ b/starmath/CppunitTest_starmath_qa_cppunit.mk @@ -97,13 +97,13 @@ $(eval $(call gb_RdbTarget_RdbTarget,starmath_qa_cppunit)) $(eval $(call gb_RdbTarget_add_components,starmath_qa_cppunit,\ framework/util/fwk \ + i18npool/util/i18npool \ toolkit/util/tk \ sfx2/util/sfx \ )) $(eval $(call gb_RdbTarget_add_old_components,starmath_qa_cppunit,\ configmgr \ - i18npool \ mcnttype \ vcl \ )) |