diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-06-14 10:49:11 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-06-14 10:49:11 +0100 |
commit | 5386e2a74bea33f0970ce41083be6211ef3536bd (patch) | |
tree | 770510c88e685869ee98463e30ca276cbc9f9ad7 | |
parent | b8cf210d359c08211cc1e41e02e3c601727e3cd8 (diff) |
don't need to link against vcl
-rw-r--r-- | hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk index 0f7ea4181..5e053286f 100644 --- a/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk +++ b/hwpfilter/CppunitTest_hwpfilter_test_hwpfilter.mk @@ -41,7 +41,6 @@ $(eval $(call gb_CppunitTest_add_linked_libs,hwpfilter_test_hwpfilter, \ cppu \ cppuhelper \ sal \ - vcl \ $(gb_STDLIBS) \ )) |