diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-12-27 02:45:55 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2017-05-19 03:43:26 +0200 |
commit | 7eca4fa00fc383a40b9957ff3c4b038ac02c2eef (patch) | |
tree | d96d62304f2a6e87336e85551ceeb2b73f80f809 /onlineupdate/Module_onlineupdate.mk | |
parent | 19066cafbb3a5a4013277f62b0e577294534a70b (diff) |
get the update service working
Change-Id: I25921090083f20c4bb416f9cfdd5ec6400a27a21
Diffstat (limited to 'onlineupdate/Module_onlineupdate.mk')
-rw-r--r-- | onlineupdate/Module_onlineupdate.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/onlineupdate/Module_onlineupdate.mk b/onlineupdate/Module_onlineupdate.mk index 91a5ccf2a850..0d2655d97b4b 100644 --- a/onlineupdate/Module_onlineupdate.mk +++ b/onlineupdate/Module_onlineupdate.mk @@ -18,6 +18,7 @@ $(eval $(call gb_Module_add_targets,onlineupdate,\ StaticLibrary_winhelper )\ Executable_mar \ Executable_updater \ + Executable_update_service \ )) endif |