diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-22 21:28:17 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-22 21:28:17 +0200 |
commit | 0acb700f14cd8a9bd67fa687a13eb8a193069b62 (patch) | |
tree | b6693526d592876e508c7cd054d7077004514cde /sc/Library_scui.mk | |
parent | 17a3c456b6e364ea50a0a0267235434421b76e4d (diff) |
postmerge fixes for gnumake4
Diffstat (limited to 'sc/Library_scui.mk')
-rw-r--r-- | sc/Library_scui.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/Library_scui.mk b/sc/Library_scui.mk index c12408796e3a..f2e4056dcf1a 100644 --- a/sc/Library_scui.mk +++ b/sc/Library_scui.mk @@ -32,11 +32,11 @@ $(eval $(call gb_Library_set_include,scui,\ $$(INCLUDE) \ )) -)) - $(eval $(call gb_Library_add_api,scui,\ offapi \ udkapi \ +)) + $(eval $(call gb_Library_add_linked_libs,scui,\ comphelper \ cppu \ |