From 47c70ae076887e7bae18e9dfbfbd2e94f0e777d7 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 15 Nov 2005 22:22:45 +0000 Subject: [PATCH] * ... --- code/unix/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/code/unix/Makefile b/code/unix/Makefile index 0671b0f8..461c47bf 100644 --- a/code/unix/Makefile +++ b/code/unix/Makefile @@ -175,16 +175,16 @@ ifeq ($(PLATFORM),linux) THREAD_LDFLAGS=-lpthread LDFLAGS=-ldl -lm - ifneq ($(USE_OPENAL_DLOPEN),1) - CLIENT_LDFLAGS += -lopenal - endif - ifeq ($(USE_SDL),1) CLIENT_LDFLAGS=$(shell sdl-config --libs) else CLIENT_LDFLAGS=-L/usr/X11R6/$(LIB) -lX11 -lXext -lXxf86dga -lXxf86vm endif + ifneq ($(USE_OPENAL_DLOPEN),1) + CLIENT_LDFLAGS += -lopenal + endif + ifeq ($(ARCH),i386) # linux32 make ... BASE_CFLAGS += -m32