diff options
-rw-r--r-- | onlineupdate/Executable_updater.mk | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/onlineupdate/Executable_updater.mk b/onlineupdate/Executable_updater.mk index 5c56edad0ba5..fba7e3c7bcd7 100644 --- a/onlineupdate/Executable_updater.mk +++ b/onlineupdate/Executable_updater.mk @@ -9,24 +9,13 @@ $(eval $(call gb_Executable_Executable,updater)) -ifeq ($(OS),WNT) -$(eval $(call gb_Executable_set_include,updater,\ - -I$(SRCDIR)/onlineupdate/source/update/src \ - -I$(SRCDIR)/onlineupdate/source/update/inc \ - -I$(SRCDIR)/onlineupdate/source/update/common \ - -I$(SRCDIR)/onlineupdate/source/update/updater/xpcom/glue \ - $$(INCLUDE) \ -)) -else $(eval $(call gb_Executable_set_include,updater,\ -I$(SRCDIR)/onlineupdate/source/update/src \ -I$(SRCDIR)/onlineupdate/source/update/inc \ -I$(SRCDIR)/onlineupdate/source/update/common \ -I$(SRCDIR)/onlineupdate/source/update/updater/xpcom/glue \ - -lpthread \ $$(INCLUDE) \ )) -endif ifeq ($(OS),WNT) $(eval $(call gb_Executable_add_libs,updater,\ @@ -43,6 +32,7 @@ $(eval $(call gb_Executable_add_libs,updater,\ -lXrender \ -lSM \ -lICE \ + -lpthread \ )) endif |