From 381c3050637e28b703f7d37349c0ec244f7b30d5 Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Fri, 22 Jul 2011 21:04:25 +0200 Subject: postmerge fixes for gnumake4 --- starmath/Library_sm.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'starmath') 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 \ -- cgit