diff options
author | Michael Stahl <mst@openoffice.org> | 2011-04-01 20:47:04 +0000 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-17 09:47:33 +0200 |
commit | f3ef6ed5400ae3cb024a889a9688cf52f2eccab7 (patch) | |
tree | f9df2e36c9b50eada0c41a6996027f30f632df01 /sot | |
parent | f7e4f4f55a8d8709b3dbd28d4d2610f985e6a2d3 (diff) |
gnumake4: #i117340#: JavaClassSet: adapt users [hg:efb3d33ce8ca]
Diffstat (limited to 'sot')
-rw-r--r-- | sot/JunitTest_sot_complex.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sot/JunitTest_sot_complex.mk b/sot/JunitTest_sot_complex.mk index e515ab539659..507d3b72244a 100644 --- a/sot/JunitTest_sot_complex.mk +++ b/sot/JunitTest_sot_complex.mk @@ -25,7 +25,7 @@ # #************************************************************************* -$(eval $(call gb_JunitTest_JunitTest,sot_complex)) +$(eval $(call gb_JunitTest_JunitTest,sot_complex,SRCDIR)) $(eval $(call gb_JunitTest_add_sourcefiles,sot_complex,\ sot/qa/complex/olesimplestorage/OLESimpleStorageTest \ |