diff options
author | David Tardon <dtardon@redhat.com> | 2014-12-08 00:18:00 +0100 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2014-12-08 00:18:00 +0100 |
commit | 235f3cbc1810e1dd004665585b5cfca1b856c784 (patch) | |
tree | 5e0fee4125a18b6bd5a2472058d21ea18071f1eb /sw | |
parent | 764836cb00e8e6dfd2ab48e080a166ec90359e01 (diff) |
fix library name
Change-Id: Ia3914b0dbe56d517c23ace5ce36ab8610c44509c
Diffstat (limited to 'sw')
-rw-r--r-- | sw/CppunitTest_sw_globalfilter.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/CppunitTest_sw_globalfilter.mk b/sw/CppunitTest_sw_globalfilter.mk index 40ad36c6fbec..f02bd41ef162 100644 --- a/sw/CppunitTest_sw_globalfilter.mk +++ b/sw/CppunitTest_sw_globalfilter.mk @@ -20,7 +20,7 @@ $(eval $(call gb_CppunitTest_use_libraries,sw_globalfilter, \ cppu \ cppuhelper \ sal \ - svtools \ + svt \ sw \ test \ tl \ |