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 | 381c3050637e28b703f7d37349c0ec244f7b30d5 (patch) | |
tree | 100a39b306b8856a4d0fb16335fecfeabe5467ae /starmath | |
parent | 834e0a54701f7511159b84cd1dc1203f8f8846b4 (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 6d9e05efd51a..2aef3094c08f 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 \ |