summaryrefslogtreecommitdiff
path: root/onlineupdate/Executable_updater.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/Executable_updater.mk
parent60ae0924bb2b68cd12e5d1f9c748ee4dc1aa12c2 (diff)
make the winhelper library compile on windows
Change-Id: I4bfa678b6a028a91a63b79a24f6db3a3644d086a
Diffstat (limited to 'onlineupdate/Executable_updater.mk')
-rw-r--r--onlineupdate/Executable_updater.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/onlineupdate/Executable_updater.mk b/onlineupdate/Executable_updater.mk
index 019eb8deb4ca..b03d97fcc515 100644
--- a/onlineupdate/Executable_updater.mk
+++ b/onlineupdate/Executable_updater.mk
@@ -10,6 +10,7 @@
$(eval $(call gb_Executable_Executable,updater))
$(eval $(call gb_Executable_set_include,updater,\
+ -I$(SRCDIR)/onlineupdate/inc \
-I$(SRCDIR)/onlineupdate/source/update/common \
-I$(SRCDIR)/onlineupdate/source/update/updater/xpcom/glue \
$$(INCLUDE) \
@@ -18,7 +19,7 @@ $(eval $(call gb_Executable_set_include,updater,\
$(eval $(call gb_Executable_use_static_libraries,updater,\
libmar \
$(if $(filter WNT,$(OS)), \
- winhelper \
+ winhelper )\
))
ifeq ($(OS),WNT)