summaryrefslogtreecommitdiff
path: root/onlineupdate/Module_onlineupdate.mk
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2016-08-20 00:56:20 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2017-05-19 03:43:17 +0200
commit2872098f75b348c33deba2be3665317b76ce69a9 (patch)
treef14f34aff5a9714efa889791a9d09256a4d5b075 /onlineupdate/Module_onlineupdate.mk
parent60ae0924bb2b68cd12e5d1f9c748ee4dc1aa12c2 (diff)
make the winhelper library compile on windows
Change-Id: I4bfa678b6a028a91a63b79a24f6db3a3644d086a
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 2611faa595e7..fa066016cc32 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_winhelper \
Executable_mar \
Executable_updater \
))