diff options
author | Aron Budea <aron.budea@collabora.com> | 2018-04-12 01:08:28 +0200 |
---|---|---|
committer | Aron Budea <aron.budea@collabora.com> | 2018-04-12 01:08:28 +0200 |
commit | f53fbfa7a82f663689bd000bc76edab10de3a6f6 (patch) | |
tree | db30dd27e5c640d483d01c69bf7b9ade5e365136 | |
parent | ef99c16080ac2bb7e2fa2e531f9aca80a20fe481 (diff) |
Fix build
Unit test editeng_core failed to build.
Change-Id: I6d619c1ec9192930503f457c83c1b0776316be8a
-rw-r--r-- | editeng/CppunitTest_editeng_core.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editeng/CppunitTest_editeng_core.mk b/editeng/CppunitTest_editeng_core.mk index 00d2b80527aa..dfbf82619801 100644 --- a/editeng/CppunitTest_editeng_core.mk +++ b/editeng/CppunitTest_editeng_core.mk @@ -28,6 +28,7 @@ $(eval $(call gb_CppunitTest_use_libraries,editeng_core, \ sal \ salhelper \ sax \ + sfx \ sot \ svl \ svt \ |