diff options
Diffstat (limited to 'reportdesign/Library_rpt.mk')
-rw-r--r-- | reportdesign/Library_rpt.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/reportdesign/Library_rpt.mk b/reportdesign/Library_rpt.mk index 430f9d220..93e1adb5a 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 \ |