diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-07-17 14:38:32 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-07-17 14:40:24 +0200 |
commit | 79864294ca3718c8b02a37c236a4128f1d123b2d (patch) | |
tree | 9d12f24a0d12811f32aba55f03bcbf0fde1040c5 | |
parent | cbda019e4ee0b1f4ca3fac8fbbe916a75af0956d (diff) |
Remove unnecessary dependency
...added with recent 29cdfa3fc337381e2529eaac2a551137ee8a1aaa "no need to
statically link against the emfio library in the tests"
Change-Id: Ibbcc5a52a57bde9d332e6660ebf7449f06851731
-rw-r--r-- | emfio/CppunitTest_emfio_emf_test.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/emfio/CppunitTest_emfio_emf_test.mk b/emfio/CppunitTest_emfio_emf_test.mk index d577398c4367..4f892b42c27b 100644 --- a/emfio/CppunitTest_emfio_emf_test.mk +++ b/emfio/CppunitTest_emfio_emf_test.mk @@ -25,7 +25,6 @@ $(eval $(call gb_CppunitTest_use_libraries,emfio_emf,\ cppu \ cppuhelper \ comphelper \ - emfio \ sal \ svt \ test \ |