diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-09-25 22:32:47 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-09-25 22:33:15 +0200 |
commit | ee777116d01511060cff8b845126fecbad038234 (patch) | |
tree | 04c0283a862211d8f3c443375507fbee5cb588f6 /unoxml | |
parent | 337f433731b8eb160a6cdb000df20335e5400432 (diff) |
unoxml: domtest needs unotest library on WNT
Change-Id: I9614e1495e6d990e050c651c2aed0ba0e43d51fe
Diffstat (limited to 'unoxml')
-rw-r--r-- | unoxml/CppunitTest_unoxml_domtest.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/unoxml/CppunitTest_unoxml_domtest.mk b/unoxml/CppunitTest_unoxml_domtest.mk index b12fd1e04cce..692d51c5498a 100644 --- a/unoxml/CppunitTest_unoxml_domtest.mk +++ b/unoxml/CppunitTest_unoxml_domtest.mk @@ -38,6 +38,7 @@ $(eval $(call gb_CppunitTest_use_libraries,unoxml_domtest, \ cppuhelper \ sal \ test \ + unotest \ )) $(eval $(call gb_CppunitTest_use_configuration,unoxml_domtest)) |