diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-10-14 08:47:09 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-10-14 08:48:17 +0200 |
commit | 866f25abe22daf942ee63574a43ac05ee3cd0442 (patch) | |
tree | f1deead60f662a5d8036b13dfa65c7d53fbd2110 /starmath | |
parent | d191d1f9b684c6229f3651361c92ff39ffb350f1 (diff) |
Fix gb_Library_use_externals call
...from d8f46f854ee64ad9fe6356a8d4b30f98f3b20135 "enable ICU_HEADER includes for
starmath"
Change-Id: Idcafaeb6a43c4aa423a2c7a7ea4669d4fdaf3744
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/Library_sm.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk index 6aa75b31c061..0b05af9bd264 100644 --- a/starmath/Library_sm.mk +++ b/starmath/Library_sm.mk @@ -25,7 +25,10 @@ $(eval $(call gb_Library_add_defs,sm,\ -DSM_DLLIMPLEMENTATION \ )) -$(eval $(call gb_Library_use_external,sm,boost_headers,icu_headers)) +$(eval $(call gb_Library_use_externals,sm, \ + boost_headers \ + icu_headers \ +)) $(eval $(call gb_Library_use_custom_headers,sm,\ officecfg/registry \ |