[quake3-commits] r2249 - trunk

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Mon May 7 19:31:38 EDT 2012


Author: ztm
Date: 2012-05-07 19:31:38 -0400 (Mon, 07 May 2012)
New Revision: 2249

Modified:
   trunk/Makefile
Log:
Don't use local SDL headers on Linux (need system sdl-config and SDL library anyway).

Modified: trunk/Makefile
===================================================================
--- trunk/Makefile	2012-05-07 23:06:00 UTC (rev 2248)
+++ trunk/Makefile	2012-05-07 23:31:38 UTC (rev 2249)
@@ -381,10 +381,6 @@
     CLIENT_LIBS += -lrt
   endif
 
-  ifeq ($(USE_LOCAL_HEADERS),1)
-    CLIENT_CFLAGS += -I$(SDLHDIR)/include
-  endif
-
   ifeq ($(USE_FREETYPE),1)
     BASE_CFLAGS += $(FREETYPE_CFLAGS)
   endif



More information about the quake3-commits mailing list