r360 - trunk/code/unix

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Nov 15 17:22:45 EST 2005


Author: tma
Date: 2005-11-15 17:22:45 -0500 (Tue, 15 Nov 2005)
New Revision: 360

Modified:
   trunk/code/unix/Makefile
Log:
* ...


Modified: trunk/code/unix/Makefile
===================================================================
--- trunk/code/unix/Makefile	2005-11-15 22:09:45 UTC (rev 359)
+++ trunk/code/unix/Makefile	2005-11-15 22:22:45 UTC (rev 360)
@@ -175,16 +175,16 @@
   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




More information about the quake3-commits mailing list