diff options
Diffstat (limited to 'cppuhelper/Library_cppuhelper.mk')
-rw-r--r-- | cppuhelper/Library_cppuhelper.mk | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/cppuhelper/Library_cppuhelper.mk b/cppuhelper/Library_cppuhelper.mk index dbbfa55d542e..3a1b4b776f66 100644 --- a/cppuhelper/Library_cppuhelper.mk +++ b/cppuhelper/Library_cppuhelper.mk @@ -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 \ )) |