aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-15 22:22:45 +0000
committertma <tma@edf5b092-35ff-0310-97b2-ce42778d08ea>2005-11-15 22:22:45 +0000
commitc8903430441123eb682c5f1186b3d1eb5b445609 (patch)
treeca2a02c7d0466e0c5558b25b741a9231686bf22d
parentc2c211e70934d3c781e4d3efd2577aa004f42d0a (diff)
downloadioquake3-aero-c8903430441123eb682c5f1186b3d1eb5b445609.tar.gz
ioquake3-aero-c8903430441123eb682c5f1186b3d1eb5b445609.zip
* ...
git-svn-id: svn://svn.icculus.org/quake3/trunk@360 edf5b092-35ff-0310-97b2-ce42778d08ea
-rw-r--r--code/unix/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/code/unix/Makefile b/code/unix/Makefile
index 0671b0f..461c47b 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