diff options
author | Maxim Monastirsky <momonasmon@gmail.com> | 2014-05-01 15:12:12 +0300 |
---|---|---|
committer | Maxim Monastirsky <momonasmon@gmail.com> | 2014-05-01 17:03:31 +0000 |
commit | dddd9b41f59fa9857159cef70add9e2343dd1ab1 (patch) | |
tree | 11c7085e394bee1631c019e5f91497de4f52e6ac /starmath/Library_smd.mk | |
parent | f82f7bf3dd5053049259f6933d1335f6c9e314dd (diff) |
Simplify type detectors
Change-Id: Ic731c1c4c76d8d6779868d7e3e4c02cb3cadc844
Reviewed-on: https://gerrit.libreoffice.org/9222
Reviewed-by: Maxim Monastirsky <momonasmon@gmail.com>
Tested-by: Maxim Monastirsky <momonasmon@gmail.com>
Diffstat (limited to 'starmath/Library_smd.mk')
-rw-r--r-- | starmath/Library_smd.mk | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/starmath/Library_smd.mk b/starmath/Library_smd.mk index 412f3e33c6bd..15bff615414c 100644 --- a/starmath/Library_smd.mk +++ b/starmath/Library_smd.mk @@ -21,16 +21,14 @@ $(eval $(call gb_Library_use_external,smd,boost_headers)) $(eval $(call gb_Library_use_sdk_api,smd)) $(eval $(call gb_Library_use_libraries,smd,\ + comphelper \ cppu \ cppuhelper \ sal \ sfx \ sot \ - svl \ - svt \ tl \ - ucbhelper \ - vcl \ + utl \ $(gb_UWINAPI) \ )) |