diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-23 15:23:22 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-23 15:23:22 +0200 |
commit | eac26998ca7458314420efe9e0ae29cfa92dbf4b (patch) | |
tree | b8121c53f9a1611b825307bf013d61468621467b /svx/Library_svx.mk | |
parent | 906cd25f188b50546df808bc82ec557d3a6e404f (diff) |
keep gbuild calls consistent at now, even if it is a bit longer
Diffstat (limited to 'svx/Library_svx.mk')
-rw-r--r-- | svx/Library_svx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/Library_svx.mk b/svx/Library_svx.mk index 1f8e90a79a87..f28254ef2e2c 100644 --- a/svx/Library_svx.mk +++ b/svx/Library_svx.mk @@ -71,7 +71,7 @@ $(eval $(call gb_Library_add_linked_libs,svx,\ $(gb_STDLIBS) \ )) -$(call gb_Library_use_external,svx,icuuc) +$(eval $(call gb_Library_use_external,svx,icuuc)) $(eval $(call gb_Library_add_exception_objects,svx,\ svx/source/accessibility/AccessibleControlShape \ |