From 2ef73ac0e45adb283a6cff2645bddd53aa6b3d70 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 30 May 2011 18:47:55 +0200 Subject: remove all traces of offuh from makefiles --- sd/Library_sdui.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'sd/Library_sdui.mk') diff --git a/sd/Library_sdui.mk b/sd/Library_sdui.mk index e74e965781ac..3b0b0aab0a56 100644 --- a/sd/Library_sdui.mk +++ b/sd/Library_sdui.mk @@ -35,7 +35,6 @@ $(eval $(call gb_Library_set_include,sdui,\ -I$(realpath $(SRCDIR)/sd/inc/pch) \ -I$(realpath $(SRCDIR)/sd/source/ui/inc) \ -I$(OUTDIR)/inc \ - -I$(OUTDIR)/inc/offuh \ )) $(eval $(call gb_Library_set_defs,sdui,\ @@ -43,6 +42,11 @@ $(eval $(call gb_Library_set_defs,sdui,\ -DSD_DLLIMPLEMENTATION \ )) +$(eval $(call gb_Library_add_api,sdui,\ + offapi \ + udkapi \ +)) + $(eval $(call gb_Library_add_linked_libs,sdui,\ basegfx \ comphelper \ -- cgit