diff options
Diffstat (limited to 'ucbhelper/Library_ucbhelper.mk')
-rw-r--r-- | ucbhelper/Library_ucbhelper.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ucbhelper/Library_ucbhelper.mk b/ucbhelper/Library_ucbhelper.mk index f1df8477ae1f..14bf74dcf810 100644 --- a/ucbhelper/Library_ucbhelper.mk +++ b/ucbhelper/Library_ucbhelper.mk @@ -35,13 +35,17 @@ $(eval $(call gb_Library_set_include,ucbhelper,\ $$(INCLUDE) \ -I$(SRCDIR)/ucbhelper/inc \ -I$(SRCDIR)/ucbhelper/inc/pch \ - -I$(OUTDIR)/inc/offuh \ )) $(eval $(call gb_Library_add_defs,ucbhelper,\ -DUCBHELPER_DLLIMPLEMENTATION \ )) +$(eval $(call gb_Library_add_api,ucbhelper,\ + offapi \ + udkapi \ +)) + $(eval $(call gb_Library_add_linked_libs,ucbhelper,\ cppu \ cppuhelper \ |