summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMAN-AT-ARMS <donny@ecgnetwork.com>2014-07-20 17:31:37 -0500
committerTim Angus <tim@ngus.net>2014-08-28 11:03:34 +0100
commitb51c9cf3e26ce7d45f0b775c4d69e04cbba52d75 (patch)
tree4d1a34e9cb16d1186bc5cd3d13c7709c5fa6a348 /Makefile
parentc4da49d3d1d9ae4d9a428537dd0e84d511fc4b36 (diff)
Fix compiling on Linux Mint
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8bc04bc8..35f56a2a 100644
--- a/Makefile
+++ b/Makefile
@@ -365,7 +365,7 @@ ifneq (,$(findstring "$(PLATFORM)", "linux" "gnu_kfreebsd" "kfreebsd-gnu"))
ifeq ($(USE_OPENAL),1)
ifneq ($(USE_OPENAL_DLOPEN),1)
- CLIENT_LIBS += $(OPENAL_LIBS)
+ CLIENT_LIBS += $(THREAD_LIBS) $(OPENAL_LIBS)
endif
endif