From 73a5f01baf20a988630889476a465a9a5a11e81a Mon Sep 17 00:00:00 2001 From: Zack Middleton Date: Mon, 7 May 2012 23:31:38 +0000 Subject: [PATCH] Don't use local SDL headers on Linux (need system sdl-config and SDL library anyway). --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index c3c37776..ce65ab90 100644 --- a/Makefile +++ b/Makefile @@ -381,10 +381,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