summaryrefslogtreecommitdiff
path: root/cppuhelper/Library_cppuhelper.mk
diff options
context:
space:
mode:
Diffstat (limited to 'cppuhelper/Library_cppuhelper.mk')
-rw-r--r--cppuhelper/Library_cppuhelper.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/cppuhelper/Library_cppuhelper.mk b/cppuhelper/Library_cppuhelper.mk
index e9caf2dfd6d6..3a1b4b776f66 100644
--- a/cppuhelper/Library_cppuhelper.mk
+++ b/cppuhelper/Library_cppuhelper.mk
@@ -20,7 +20,7 @@ $(eval $(call gb_Library_use_internal_comprehensive_api,cppuhelper,\
offapi \
))
-$(eval $(call gb_Library_set_is_ure_library,cppuhelper))
+$(eval $(call gb_Library_set_is_ure_library_or_dependency,cppuhelper))
$(eval $(call gb_Library_add_defs,cppuhelper,\
-DCPPUHELPER_DLLIMPLEMENTATION \
@@ -45,10 +45,16 @@ $(eval $(call gb_Library_add_cxxflags,cppuhelper,\
))
endif
+$(eval $(call gb_Library_set_include,cppuhelper,\
+ -I$(SRCDIR)/cppuhelper/inc \
+ $$(INCLUDE) \
+))
+
$(eval $(call gb_Library_add_exception_objects,cppuhelper,\
cppuhelper/source/access_control \
cppuhelper/source/bootstrap \
cppuhelper/source/compat \
+ cppuhelper/source/compbase \
cppuhelper/source/component_context \
cppuhelper/source/component \
cppuhelper/source/defaultbootstrap \
@@ -68,6 +74,7 @@ $(eval $(call gb_Library_add_exception_objects,cppuhelper,\
cppuhelper/source/tdmgr \
cppuhelper/source/typemanager \
cppuhelper/source/typeprovider \
+ cppuhelper/source/unoimplbase \
cppuhelper/source/unourl \
cppuhelper/source/weak \
))