diff options
author | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-22 21:04:25 +0200 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-07-22 21:04:25 +0200 |
commit | 4dec74dce2ff658ce885c9f8d08561f9f7edce61 (patch) | |
tree | 066eb7f9462c7a6ed2227f1ab473db86491d4038 /starmath | |
parent | 5c2e5bba411e367ffae7feac6a84b58569f6c91e (diff) |
postmerge fixes for gnumake4
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/Library_sm.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/starmath/Library_sm.mk b/starmath/Library_sm.mk index 6d9e05efd5..2aef3094c0 100644 --- a/starmath/Library_sm.mk +++ b/starmath/Library_sm.mk @@ -35,11 +35,11 @@ $(eval $(call gb_Library_set_include,sm,\ -I$(OUTDIR)/inc \ )) -)) - $(eval $(call gb_Library_add_api,sm,\ offapi \ udkapi \ +)) + $(eval $(call gb_Library_add_linked_libs,sm,\ comphelper \ cppu \ |