From b51c9cf3e26ce7d45f0b775c4d69e04cbba52d75 Mon Sep 17 00:00:00 2001 From: MAN-AT-ARMS Date: Sun, 20 Jul 2014 17:31:37 -0500 Subject: Fix compiling on Linux Mint --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit