From 31786ffa1e30fbf05b48293e26c3ceabb58cf6ee Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Sun, 18 Jun 2017 12:44:59 +0200 Subject: updater: fix include and exception support for updater service Change-Id: Ia0c7a62779bb8e870e8d5e458b81b5d2a09300d0 Reviewed-on: https://gerrit.libreoffice.org/40605 Tested-by: Jenkins Reviewed-by: Markus Mohrhard --- onlineupdate/Executable_update_service.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'onlineupdate') diff --git a/onlineupdate/Executable_update_service.mk b/onlineupdate/Executable_update_service.mk index 741ee4ee6e4d..73adc82bd65f 100644 --- a/onlineupdate/Executable_update_service.mk +++ b/onlineupdate/Executable_update_service.mk @@ -12,6 +12,7 @@ $(eval $(call gb_Executable_Executable,update_service)) $(eval $(call gb_Executable_set_targettype_gui,update_service,YES)) $(eval $(call gb_Executable_set_include,update_service,\ + -I$(SRCDIR)/onlineupdate/inc \ -I$(SRCDIR)/onlineupdate/source/libmar/src/ \ -I$(SRCDIR)/onlineupdate/source/libmar/verify/ \ -I$(SRCDIR)/onlineupdate/source/libmar/sign/ \ @@ -49,7 +50,7 @@ $(eval $(call gb_Executable_add_ldflags,update_service,\ /ENTRY:wmainCRTStartup \ )) -$(eval $(call gb_Executable_add_cxxobjects,update_service,\ +$(eval $(call gb_Executable_add_exception_objects,update_service,\ onlineupdate/source/service/certificatecheck \ onlineupdate/source/service/maintenanceservice \ onlineupdate/source/service/registrycertificates \ -- cgit