summaryrefslogtreecommitdiff
path: root/onlineupdate/Executable_update_service.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-08-19 16:20:18 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-19 03:43:16 +0200
commit3569a0f592f63e10cd9c5154ae4706dda2e61a25 (patch)
treea95cef6fe1a6b04c76f8ccd0088dc157b5347d69 /onlineupdate/Executable_update_service.mk
parent06dcc803cf74831d9288c03fddc6b26a2ad5b7d0 (diff)
include the new files into the build system
Diffstat (limited to 'onlineupdate/Executable_update_service.mk')
-rw-r--r--onlineupdate/Executable_update_service.mk11
1 files changed, 6 insertions, 5 deletions
diff --git a/onlineupdate/Executable_update_service.mk b/onlineupdate/Executable_update_service.mk
index eda3e5931868..f32133dd05a9 100644
--- a/onlineupdate/Executable_update_service.mk
+++ b/onlineupdate/Executable_update_service.mk
@@ -22,11 +22,12 @@ $(eval $(call gb_Executable_add_libs,update_service,\
))
$(eval $(call gb_Executable_add_cxxobjects,update_service,\
- onlineupdate/source/libmar/sign/nss_secutil \
- onlineupdate/source/libmar/sign/mar_sign \
- onlineupdate/source/libmar/verify/cryptox \
- onlineupdate/source/libmar/verify/mar_verify \
- onlineupdate/source/libmar/tool/mar \
+ onlineupdate/source/service/certificatecheck \
+ onlineupdate/source/service/maintenanceservice \
+ onlineupdate/source/service/registrycertificates \
+ onlineupdate/source/service/servicebase \
+ onlineupdate/source/service/serviceinstall \
+ onlineupdate/source/service/workmonitor \
))
# vim:set shiftwidth=4 tabstop=4 noexpandtab: */