[Libreoffice-commits] core.git: vcl/CppunitTest_vcl_complextext.mk
Matúš Kukan
matus.kukan at gmail.com
Sat Jun 15 14:03:47 PDT 2013
vcl/CppunitTest_vcl_complextext.mk | 16 +++++++++-------
1 file changed, 9 insertions(+), 7 deletions(-)
New commits:
commit 1780b582cc880538c98796a67f64a0bdd696ea22
Author: Matúš Kukan <matus.kukan at gmail.com>
Date: Sat Jun 15 23:03:04 2013 +0200
vcl_complextext includes boost headers
Change-Id: I2528cfd2a4d520d4400ae72a53c085484e0f86aa
diff --git a/vcl/CppunitTest_vcl_complextext.mk b/vcl/CppunitTest_vcl_complextext.mk
index 8176398..1e2e3fa 100644
--- a/vcl/CppunitTest_vcl_complextext.mk
+++ b/vcl/CppunitTest_vcl_complextext.mk
@@ -10,15 +10,17 @@
$(eval $(call gb_CppunitTest_CppunitTest,vcl_complextext))
$(eval $(call gb_CppunitTest_add_exception_objects,vcl_complextext, \
- vcl/qa/cppunit/complextext \
+ vcl/qa/cppunit/complextext \
))
+$(eval $(call gb_CppunitTest_use_externals,vcl_complextext,boost_headers))
+
$(eval $(call gb_CppunitTest_use_libraries,vcl_complextext, \
comphelper \
cppu \
cppuhelper \
sal \
- svt \
+ svt \
test \
tl \
unotest \
@@ -27,16 +29,16 @@ $(eval $(call gb_CppunitTest_use_libraries,vcl_complextext, \
))
$(eval $(call gb_CppunitTest_use_api,vcl_complextext,\
- udkapi \
- offapi \
+ udkapi \
+ offapi \
))
$(eval $(call gb_CppunitTest_use_ure,vcl_complextext))
$(eval $(call gb_CppunitTest_use_components,vcl_complextext,\
- configmgr/source/configmgr \
- i18npool/util/i18npool \
- ucb/source/core/ucb1 \
+ configmgr/source/configmgr \
+ i18npool/util/i18npool \
+ ucb/source/core/ucb1 \
))
$(eval $(call gb_CppunitTest_use_configuration,vcl_complextext))
More information about the Libreoffice-commits
mailing list