[Libreoffice-commits] core.git: onlineupdate/Executable_update_service.mk
Markus Mohrhard
markus.mohrhard at googlemail.com
Mon Jul 31 21:30:31 UTC 2017
onlineupdate/Executable_update_service.mk | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
New commits:
commit 31786ffa1e30fbf05b48293e26c3ceabb58cf6ee
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Sun Jun 18 12:44:59 2017 +0200
updater: fix include and exception support for updater service
Change-Id: Ia0c7a62779bb8e870e8d5e458b81b5d2a09300d0
Reviewed-on: https://gerrit.libreoffice.org/40605
Tested-by: Jenkins <ci at libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
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 \
More information about the Libreoffice-commits
mailing list