From 4b120321f56e6943e762fd47d4735ba496a0c23a Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Mon, 7 May 2012 23:31:38 +0000 Subject: Don't use local SDL headers on Linux (need system sdl-config and SDL library anyway). --- Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 50fcd56e..e1f64469 100644 --- a/Makefile +++ b/Makefile @@ -365,10 +365,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 -- cgit