diff options
Diffstat (limited to 'onlineupdate')
-rw-r--r-- | onlineupdate/Executable_test_updater_dialog.mk | 1 | ||||
-rw-r--r-- | onlineupdate/Executable_updater.mk | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/onlineupdate/Executable_test_updater_dialog.mk b/onlineupdate/Executable_test_updater_dialog.mk index 877f380eb71c..bd144c8bca18 100644 --- a/onlineupdate/Executable_test_updater_dialog.mk +++ b/onlineupdate/Executable_test_updater_dialog.mk @@ -57,7 +57,6 @@ $(eval $(call gb_Executable_add_libs,test_updater_dialog,\ -lXrender \ -lSM \ -lICE \ - -lpthread \ )) endif diff --git a/onlineupdate/Executable_updater.mk b/onlineupdate/Executable_updater.mk index 9860e3cf38ef..7c24b7beb3bb 100644 --- a/onlineupdate/Executable_updater.mk +++ b/onlineupdate/Executable_updater.mk @@ -70,7 +70,6 @@ $(eval $(call gb_Executable_add_libs,updater,\ -lXrender \ -lSM \ -lICE \ - -lpthread \ )) endif |