diff options
author | David Tardon <dtardon@redhat.com> | 2011-05-30 18:47:55 +0200 |
---|---|---|
committer | David Tardon <dtardon@redhat.com> | 2011-06-17 14:43:29 +0200 |
commit | 2ef73ac0e45adb283a6cff2645bddd53aa6b3d70 (patch) | |
tree | 9b3d1027c5a20f48f5783e4bf1d523ba166e02f2 /sd/Library_sdui.mk | |
parent | 6813470ad0f8ed4a87ed296d8d35e6857f10bf15 (diff) |
remove all traces of offuh from makefiles
Diffstat (limited to 'sd/Library_sdui.mk')
-rw-r--r-- | sd/Library_sdui.mk | 6 |
1 files changed, 5 insertions, 1 deletions
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 \ |