From 994d53bc34ffb03dd207bd6b015aa28141f7eef2 Mon Sep 17 00:00:00 2001 From: Richard Allen Date: Thu, 4 Oct 2012 14:20:21 +0000 Subject: [PATCH] IOQ3 commit 2249 --- reaction/Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/reaction/Makefile b/reaction/Makefile index d6569039..0e083b8b 100644 --- a/reaction/Makefile +++ b/reaction/Makefile @@ -385,10 +385,6 @@ ifneq (,$(findstring "$(PLATFORM)", "linux" "gnu_kfreebsd" "kfreebsd-gnu")) CLIENT_LIBS += -lrt endif - ifeq ($(USE_LOCAL_HEADERS),1) - CLIENT_CFLAGS += -I$(SDLHDIR)/include - endif - ifeq ($(USE_FREETYPE),1) BASE_CFLAGS += $(FREETYPE_CFLAGS) endif