diff options
author | David Tardon <dtardon@redhat.com> | 2012-09-16 12:40:58 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2012-09-22 08:15:43 +0200 |
commit | 7531ac91d8496d00c7b010f8ce20bfee97cc9362 (patch) | |
tree | 23dc15842b36117d98b192ef572482794f77dfb2 /testtools | |
parent | ebe48dc2b1a3ab3df2457d4c2be7bd9cbe960c30 (diff) |
fix URE deps
Change-Id: Ifbcd2c7db1985ca8fcc74dbbe74ffb93177d6490
Diffstat (limited to 'testtools')
-rw-r--r-- | testtools/CustomTarget_uno_test.mk | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testtools/CustomTarget_uno_test.mk b/testtools/CustomTarget_uno_test.mk index ac907f548670..bed453d53f81 100644 --- a/testtools/CustomTarget_uno_test.mk +++ b/testtools/CustomTarget_uno_test.mk @@ -36,7 +36,9 @@ $(call gb_CustomTarget_get_target,testtools/uno_test) : \ $(call gb_Rdb_get_outdir_target,uno_services) \ $(call gb_Rdb_get_outdir_target,ure/services) \ $(call gb_Executable_get_target_for_build,uno) \ - $(call gb_InternalUnoApi_get_target,bridgetest) + $(call gb_InternalUnoApi_get_target,bridgetest) \ + $(call gb_Library_get_target,$(gb_CPPU_ENV)_uno) \ + $(call gb_Package_get_target,cppuhelper_unorc) $(call gb_Helper_abbreviate_dirs,\ $(call gb_Executable_get_target_for_build,uno) \ -ro $(OUTDIR)/xml/uno_services.rdb \ |