diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-06-18 12:44:59 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-07-31 23:29:27 +0200 |
commit | 31786ffa1e30fbf05b48293e26c3ceabb58cf6ee (patch) | |
tree | 3e9744537ef80a68783dcade9e17f53dbca11128 /onlineupdate | |
parent | bf713ccf7474dd40cfc68454e3781f3236e2c60f (diff) |
updater: fix include and exception support for updater service
Change-Id: Ia0c7a62779bb8e870e8d5e458b81b5d2a09300d0
Reviewed-on: https://gerrit.libreoffice.org/40605
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'onlineupdate')
-rw-r--r-- | onlineupdate/Executable_update_service.mk | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |