From e0b4860fb10ecda319f2770de65c64b4284ec36b Mon Sep 17 00:00:00 2001 From: Bjoern Michaelsen Date: Fri, 22 Jul 2011 21:22:43 +0200 Subject: postmerge fixes for gnumake4 --- unoxml/Library_unoxml.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unoxml/Library_unoxml.mk') diff --git a/unoxml/Library_unoxml.mk b/unoxml/Library_unoxml.mk index b51253a44036..a0ab78c1cc27 100644 --- a/unoxml/Library_unoxml.mk +++ b/unoxml/Library_unoxml.mk @@ -33,11 +33,11 @@ $(eval $(call gb_Library_set_include,unoxml,\ $$(INCLUDE) \ )) -)) - $(eval $(call gb_Library_add_api,unoxml,\ udkapi \ offapi \ +)) + $(eval $(call gb_Library_add_linked_libs,unoxml,\ ucbhelper \ sax \ -- cgit