From d40a3fdbcbf14b74837cb3f16dc937e7ad6fb65e Mon Sep 17 00:00:00 2001 From: David Tardon Date: Mon, 30 May 2011 18:47:50 +0200 Subject: remove all traces of offuh from makefiles --- reportdesign/Library_rpt.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'reportdesign/Library_rpt.mk') diff --git a/reportdesign/Library_rpt.mk b/reportdesign/Library_rpt.mk index 430f9d220962..93e1adb5a442 100644 --- a/reportdesign/Library_rpt.mk +++ b/reportdesign/Library_rpt.mk @@ -36,7 +36,6 @@ $(eval $(call gb_Library_set_include,rpt,\ -I$(realpath $(SRCDIR)/reportdesign/source/inc) \ -I$(realpath $(SRCDIR)/reportdesign/source/core/inc) \ -I$(OUTDIR)/inc \ - -I$(OUTDIR)/inc/offuh \ )) $(eval $(call gb_Library_set_defs,rpt,\ @@ -44,6 +43,11 @@ $(eval $(call gb_Library_set_defs,rpt,\ -DREPORTDESIGN_DLLIMPLEMENTATION \ )) +$(eval $(call gb_Library_add_api,rpt,\ + offapi \ + udkapi \ +)) + $(eval $(call gb_Library_add_linked_libs,rpt,\ comphelper \ cppu \ -- cgit