summaryrefslogtreecommitdiffstats
path: root/onlineupdate/Module_onlineupdate.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-12-27 02:38:18 +0100
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-19 03:43:26 +0200
commit19066cafbb3a5a4013277f62b0e577294534a70b (patch)
tree4fe399c806484e8b90b9d7220eda9761dc368ccc /onlineupdate/Module_onlineupdate.mk
parentdefine UNICODE to get the unicode system functions (diff)
downloadcore-19066cafbb3a5a4013277f62b0e577294534a70b.tar.gz
core-19066cafbb3a5a4013277f62b0e577294534a70b.zip
extract the common updater code to an own static library
We again need to use a static lib to prevent the file is in use problem during the update. Change-Id: I22d00ea2ab46949d32cdaae85c799896d6e0468f
Diffstat (limited to 'onlineupdate/Module_onlineupdate.mk')
-rw-r--r--onlineupdate/Module_onlineupdate.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/onlineupdate/Module_onlineupdate.mk b/onlineupdate/Module_onlineupdate.mk
index 02287e641a8d..91a5ccf2a850 100644
--- a/onlineupdate/Module_onlineupdate.mk
+++ b/onlineupdate/Module_onlineupdate.mk
@@ -13,6 +13,7 @@ $(eval $(call gb_Module_Module,onlineupdate))
ifneq ($(ENABLE_ONLINE_UPDATE_MAR),)
$(eval $(call gb_Module_add_targets,onlineupdate,\
StaticLibrary_libmar \
+ StaticLibrary_updatehelper \
$(if $(filter WNT,$(OS)),\
StaticLibrary_winhelper )\
Executable_mar \