diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-06 19:26:39 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-17 17:34:23 +0200 |
commit | 2674376ddff9370988fe1fcad0ec519d1e68e869 (patch) | |
tree | 042a9581e042b88006b4e8cbb2372b98da0b6da0 /sw | |
parent | 3aeeb8fb5d5342b73f1b2f8dde9f270b46bd94c2 (diff) |
convert i18npool to gbuild
Diffstat (limited to 'sw')
-rw-r--r-- | sw/CppunitTest_sw_swdoc_test.mk | 2 | ||||
-rw-r--r-- | sw/CppunitTest_sw_test_filters.mk | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sw/CppunitTest_sw_swdoc_test.mk b/sw/CppunitTest_sw_swdoc_test.mk index b685b8eed627..d2dfb06d95c5 100644 --- a/sw/CppunitTest_sw_swdoc_test.mk +++ b/sw/CppunitTest_sw_swdoc_test.mk @@ -113,10 +113,10 @@ $(eval $(call gb_RdbTarget_add_components,sw_swdoc_test,\ unoxml/source/service/unoxml \ fileaccess/source/fileacc \ comphelper/util/comphelp \ + i18npool/util/i18npool \ )) $(eval $(call gb_RdbTarget_add_old_components,sw_swdoc_test,\ - i18npool \ ucb1 \ ucpfile1 \ )) diff --git a/sw/CppunitTest_sw_test_filters.mk b/sw/CppunitTest_sw_test_filters.mk index dc28412c3a83..18a2e2af3eb9 100644 --- a/sw/CppunitTest_sw_test_filters.mk +++ b/sw/CppunitTest_sw_test_filters.mk @@ -95,10 +95,10 @@ $(eval $(call gb_RdbTarget_add_components,sw_filters_test,\ unoxml/source/service/unoxml \ fileaccess/source/fileacc \ comphelper/util/comphelp \ + i18npool/util/i18npool \ )) $(eval $(call gb_RdbTarget_add_old_components,sw_filters_test,\ - i18npool \ package2 \ ucb1 \ ucpfile1 \ |