[quake3-commits] r1754 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Dec 8 17:36:48 EST 2009


Author: tjw
Date: 2009-12-08 17:36:48 -0500 (Tue, 08 Dec 2009)
New Revision: 1754

Modified:
   trunk/Makefile
Log:
* build the dedicated server with voip support (benmachine)


Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2009-11-18 20:26:44 UTC (rev 1753)
+++ trunk/Makefile	2009-12-08 22:36:48 UTC (rev 1754)
@@ -197,7 +197,6 @@
     CURL_LIBS=$(shell pkg-config --silence-errors --libs libcurl)
     OPENAL_CFLAGS=$(shell pkg-config --silence-errors --cflags openal)
     OPENAL_LIBS=$(shell pkg-config --silence-errors --libs openal)
-    # FIXME: introduce CLIENT_CFLAGS
     SDL_CFLAGS=$(shell pkg-config --silence-errors --cflags sdl|sed 's/-Dmain=SDL_main//')
     SDL_LIBS=$(shell pkg-config --silence-errors --libs sdl)
   endif
@@ -869,6 +868,7 @@
 
 ifeq ($(USE_VOIP),1)
   CLIENT_CFLAGS += -DUSE_VOIP
+  SERVER_CFLAGS += -DUSE_VOIP
   ifeq ($(USE_INTERNAL_SPEEX),1)
     CLIENT_CFLAGS += -DFLOATING_POINT -DUSE_ALLOCA -I$(SPEEXDIR)/include
   else



More information about the quake3-commits mailing list